2025-08-05 14:20:40 +08:00
|
|
|
|
# jinyu
|
2025-06-26 17:47:20 +08:00
|
|
|
|
|
2025-08-05 14:20:40 +08:00
|
|
|
|
## Project setup
|
|
|
|
|
|
```
|
2025-06-26 17:47:20 +08:00
|
|
|
|
npm install
|
2025-08-05 14:20:40 +08:00
|
|
|
|
```
|
2025-06-26 17:47:20 +08:00
|
|
|
|
|
2025-08-05 14:20:40 +08:00
|
|
|
|
### Compiles and hot-reloads for development
|
|
|
|
|
|
```
|
|
|
|
|
|
npm run serve
|
|
|
|
|
|
```
|
2025-06-26 17:47:20 +08:00
|
|
|
|
|
2025-08-05 14:20:40 +08:00
|
|
|
|
### Compiles and minifies for production
|
|
|
|
|
|
```
|
2025-06-26 17:47:20 +08:00
|
|
|
|
npm run build
|
|
|
|
|
|
```
|
|
|
|
|
|
|
2025-08-05 14:20:40 +08:00
|
|
|
|
### Lints and fixes files
|
|
|
|
|
|
```
|
|
|
|
|
|
npm run lint
|
|
|
|
|
|
```
|
2025-06-26 17:47:20 +08:00
|
|
|
|
|
2025-08-05 14:20:40 +08:00
|
|
|
|
### Customize configuration
|
|
|
|
|
|
See [Configuration Reference](https://cli.vuejs.org/config/).
|
2025-08-27 11:16:49 +08:00
|
|
|
|
|
|
|
|
|
|
### 项目须知
|
2025-10-17 17:03:19 +08:00
|
|
|
|
1.屏幕视窗大小1281px * 752px;
|
|
|
|
|
|
2.打包注意事项:选择router文件夹打包apt15e在操作屏使用,选择hubRouter文件夹打包apt15e后台在浏览器操作;
|