This commit is contained in:
Julien Calixte
2019-08-25 12:27:21 +02:00

View File

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