osc/oscm/board/README.md

27 lines
366 B
Markdown
Raw Permalink Normal View History

2025-05-28 19:16:17 +08:00
# oscm_board
注意 node.js 的主版本不要大于 17
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).