Create DEV.md

This commit is contained in:
CzBiX
2020-07-11 22:44:14 +08:00
committed by GitHub
parent 219f8648b3
commit 05ec912646

24
DEV.md Normal file
View File

@@ -0,0 +1,24 @@
# qb-web
## 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
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).