mirror of
https://github.com/CzBiX/qb-web.git
synced 2026-02-03 10:34:23 +08:00
25 lines
322 B
Markdown
25 lines
322 B
Markdown
# 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/).
|