26 lines
292 B
Markdown
26 lines
292 B
Markdown
# aikesheng-qc-administration
|
|
|
|
## Project setup
|
|
```
|
|
yarn install
|
|
```
|
|
|
|
- 开发模式运行
|
|
```
|
|
yarn run serve
|
|
```
|
|
|
|
- 编译项目
|
|
```
|
|
yarn run build
|
|
```
|
|
|
|
- Lints and fixes files
|
|
```
|
|
yarn run lint
|
|
```
|
|
|
|
|
|
### Customize configuration
|
|
See [Configuration Reference](https://cli.vuejs.org/config/).
|