Update 'README.md'
This commit is contained in:
parent
1e71a74831
commit
fbd532bb72
13
README.md
13
README.md
@ -17,3 +17,16 @@ $ npm install -g @vue/cli
|
|||||||
```bash
|
```bash
|
||||||
$ npm install -g @vue/cli --upgrade
|
$ npm install -g @vue/cli --upgrade
|
||||||
```
|
```
|
||||||
|
|
||||||
|
- Setup Vue project with "Router" and "Sass loader"
|
||||||
|
```bash
|
||||||
|
$ vue create my-app
|
||||||
|
$ cd my-app
|
||||||
|
$ vue add router
|
||||||
|
$ npm install sass-loader node-sass
|
||||||
|
```
|
||||||
|
|
||||||
|
- Run Vue project
|
||||||
|
```bash
|
||||||
|
$ npm run serve
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user