GateWay/README.md

29 lines
297 B
Markdown
Raw Permalink Normal View History

2024-11-13 11:26:59 +08:00
# set-vue
## 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
```
2025-02-26 20:44:45 +08:00
2024-11-13 11:26:59 +08:00
See [Configuration Reference](https://cli.vuejs.org/config/).