Skip to content
This repository was archived by the owner on Mar 22, 2022. It is now read-only.

Commit cbd095e

Browse files
committed
Add cautions
1 parent 3070d25 commit cbd095e

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,19 @@ For detailed explanation on how things work, consult the [docs for vue-loader](h
2020
## 用語
2121

2222
- SFC
23-
- Single File Component
23+
- Single File Component
24+
25+
## 注意点(自力で解決した点)
26+
27+
- To implement CSS(SASS) file
28+
29+
```bash
30+
$ yarn add node-sass sass-loader
31+
```
32+
33+
- `webpack.config.js`
34+
35+
```javascript
36+
- test: /\.css$/,
37+
+ test: /\.(sa|sc|c)ss$/,
38+
```

0 commit comments

Comments
 (0)