An Electron & Vue.js quick start boilerplate with vue-cli scaffolding, common Vue plugins, electron-packager/electron-builder, unit/e2e testing, vue-devtools, and webpack.
I already tried getting this to work myself, but except the npm tasks to run the linter for the Vue files I didn't get stuff working with webpack, maybe someone else has more luck and can get it into this boilerplate then!
To not just lint our lovely JS with ESLint, it also would be great to have support for stylelint in electron-vue.
It looks like the vue-cli webpack template is close to getting this included as well: https://github.com/vuejs-templates/webpack/pull/842
I already tried getting this to work myself, but except the npm tasks to run the linter for the Vue files I didn't get stuff working with webpack, maybe someone else has more luck and can get it into this boilerplate then!