2024-09-21 21:58:34 +08:00
|
|
|
# oj-vue
|
|
|
|
|
|
|
|
## Project setup
|
2024-09-22 22:25:54 +08:00
|
|
|
|
2024-09-21 21:58:34 +08:00
|
|
|
```
|
|
|
|
npm install
|
|
|
|
```
|
|
|
|
|
|
|
|
### Compiles and hot-reloads for development
|
2024-09-22 22:25:54 +08:00
|
|
|
|
2024-09-21 21:58:34 +08:00
|
|
|
```
|
|
|
|
npm run serve
|
|
|
|
```
|
|
|
|
|
|
|
|
### Compiles and minifies for production
|
2024-09-22 22:25:54 +08:00
|
|
|
|
2024-09-21 21:58:34 +08:00
|
|
|
```
|
|
|
|
npm run build
|
|
|
|
```
|
|
|
|
|
|
|
|
### Lints and fixes files
|
2024-09-22 22:25:54 +08:00
|
|
|
|
2024-09-21 21:58:34 +08:00
|
|
|
```
|
|
|
|
npm run lint
|
|
|
|
```
|
|
|
|
|
|
|
|
### Customize configuration
|
2024-09-22 22:25:54 +08:00
|
|
|
|
2024-09-21 21:58:34 +08:00
|
|
|
See [Configuration Reference](https://cli.vuejs.org/config/).
|