tuoheng_virtualAirPlan_web/README.md

22 lines
282 B
Markdown
Raw Normal View History

2025-08-22 09:43:16 +08:00
#
2025-08-22 09:38:23 +08:00
2025-08-22 09:43:16 +08:00
虚拟座舱的前端项目,里面只有虚拟座舱这一个功能。方便嵌入其他项目使用。
## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Compile and Minify for Production
```sh
npm run build
```