diff --git a/README.md b/README.md index a528149..fa29dd5 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,31 @@ -# exam11 +# 抚顺市统计局技能考试系统-Win7单机版 + +## 工程说明 + +### 开发环境 + +node: 12.22.12 +npm: 6.14.16 +electron: 11.5.0 +electron-builder: 22.9.1 +vue: 2.6.11 +vue-router: 3.2.0 +element-ui: 2.15.14 +fontawesome: 5.15.4 +bootstrap: 4.6.0 + +### 运行调试 -## Project setup ``` -npm install +npm start ``` -### Compiles and hot-reloads for development +### 打包发布 + +> 在64位的win7系统上使用以下命令发布。 + ``` -npm run serve +npm run build:win7-dir ``` -### Compiles and minifies for production -``` -npm run build -``` - -### Customize configuration -See [Configuration Reference](https://cli.vuejs.org/config/). +> 要求打包系统环境中包括所有必要的依赖。