Merge branch 'master' of https://github.com/jcalixte/vaquant
This commit is contained in:
12
README.md
12
README.md
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user