Update README.md

This commit is contained in:
2019-08-23 13:15:07 +02:00
committed by GitHub
parent a41f199eb9
commit 2eec9027c6

View File

@@ -1,26 +1,26 @@
# vaquant # Vaquant
## Project setup ## Project setup
``` ```
yarn install npm install
``` ```
### Compiles and hot-reloads for development ### Compiles and hot-reloads for development
``` ```
yarn run serve npm run serve
``` ```
### Compiles and minifies for production ### Compiles and minifies for production
``` ```
yarn run build npm run build
``` ```
### Lints and fixes files ### Lints and fixes files
``` ```
yarn run lint npm run lint
``` ```
### Run your unit tests ### Run your unit tests
``` ```
yarn run test:unit npm run test:unit
``` ```