diff --git a/README.md b/README.md new file mode 100644 index 0000000..2505c4e --- /dev/null +++ b/README.md @@ -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 +``` + +> 要求打包系统环境中包括所有必要的依赖。