Update 'README.md'

This commit is contained in:
Jack Hadrill 2020-10-07 20:46:23 +00:00
parent 1e71a74831
commit fbd532bb72

View File

@ -17,3 +17,16 @@ $ npm install -g @vue/cli
```bash
$ 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
```