中大五院电子发票状态管理(收费处使用)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Rmiku c514fb2ae6 docs: 添加说明文档 5 days ago
.gitignore feat: electorn app 配置文件 5 days ago
README.md docs: 添加说明文档 5 days ago
favicon.ico feat: electorn app 配置文件 5 days ago
main.js feat: electorn app 配置文件 5 days ago
package-lock.json feat: electorn app 配置文件 5 days ago
package.json feat: electorn app 配置文件 5 days ago

README.md

zdwy-ele-print-v2

Electron 打包文件配置

Setup

# install dependencies 
npm/cnpm install

# start Electron App
npm run start

# build for winows application with config
npm run package

默认打包 win 系统配置文件,输出目录为 根目录下的 ./out/, Vue 前端打包文件存放位置为 ./dist;