Update README.md
This commit is contained in:
12
README.md
12
README.md
@@ -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
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user