Files
vaquant/README.md
2019-08-22 11:50:32 +02:00

27 lines
284 B
Markdown

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