An Electron application with Vue and TypeScript
$ npm install
$ npm run dev
正式环境打包 For: master
# For windows
$ npm run build_prod:win
# For macOS(未测试兼容性)
$ npm run build_prod:mac
# For Linux(未测试兼容性)
$ npm run build_prod:linux
beta环境打包 For: pre-master
# For windows
$ npm run build_beta:win
若启动项目需要等待 5 次超时才能进入,请尝试打开项目前挂一次梯子即可(不用 vue 调试工具的话就去注释掉 main/index.ts 里面'installExtension'相关的 try catch 代码 就不用等了)。