/vue-electron-demo

用vue-cli+Electron开发一个跨平台的桌面应用(搭建vue项目、安装electron)

Primary LanguageJavaScript

vue-electron-demo

Project setup

git clone https://github.com/ddx2019/vue-electron-demo.git
yarn install

Compiles and hot-reloads for development

yarn e:serve

Compiles and minifies for production

yarn e:build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

若出现stderr:events.js:187 throw er; // Unhandled 'error' event等错误或警告,

参考:https://peterthaleikis.com/posts/how-to-fix-throw-er-unhandled-error-event.html

细节描述可参考博客

博客地址:https://blog.csdn.net/ddx2019/category_10001102.html