README.md

This commit is contained in:
chenqiang 2025-10-09 14:26:20 +08:00
parent 2ce39b142d
commit 8fc94589da

31
README.md Normal file
View File

@ -0,0 +1,31 @@
# 抚顺市统计局技能考试系统-Win10+单机版
## 工程说明
### 开发环境
node: 22.18.0
npm: 10.9.3
electron: 37.2.5
electron-builder: 26.0.12
vue: 3.5.18
vue-router: 4.5.1
element-plus: 2.10.5
fontawesome: 7.0.0
bootstrap: 4.6.0
### 运行调试
```
npm start
```
### 打包发布
> 在64位的win10+系统上使用以下命令发布。
```
npm run electron:build:portable
```
> 要求打包系统环境中包括所有必要的依赖。