oj/oj-vue/README.md

30 lines
323 B
Markdown
Raw Permalink Normal View History

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