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

Commit

Permalink
Add cautions
Browse files Browse the repository at this point in the history
  • Loading branch information
nikukyugamer committed Feb 17, 2019
1 parent 3070d25 commit cbd095e
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,19 @@ For detailed explanation on how things work, consult the [docs for vue-loader](h
## 用語

- SFC
- Single File Component
- Single File Component

## 注意点(自力で解決した点)

- To implement CSS(SASS) file

```bash
$ yarn add node-sass sass-loader
```

- `webpack.config.js`

```javascript
- test: /\.css$/,
+ test: /\.(sa|sc|c)ss$/,
```

0 comments on commit cbd095e

Please sign in to comment.