Skip to content

Commit 3a6836c

Browse files
authored
Merge pull request #68 from AnalyzePlatypus/master
Mention installing sass-loader
2 parents cf2dbb9 + 8d980c2 commit 3a6836c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ Install:
1717
```bash
1818
npm install vue-js-toggle-button --save
1919
```
20+
If using `vue-cli`, add the SASS loader:
21+
```bash
22+
npm install sass-loader node-sass --save-dev
23+
```
24+
2025
Import Plugin:
2126
```javascript
2227
import ToggleButton from 'vue-js-toggle-button'

0 commit comments

Comments
 (0)