The boilerplate for making electron apps built with vue (pretty much what it sounds like).
The aim of this project is to remove the need to setup electron apps using vue. Since vue can take advantage of module loaders like webpack, getting everything to play nicely can be a little tricky.
Check out the documentation here.
Things you'll find in this boilerplate...
- Basic project structure
- Ready to use Vue plugins (vue-electron, vue-resource, vue-router, vuex)
- A working set of the vue-devtools for development
- Ability to easily create builds of your electron app using electron-userland/electron-packager
- Handy NPM scripts
- Use of webpack and vue-loader for Hot Module Replacement
- CSS pre-processor support
- ES6 by default
- ESLint (extends 'standard')
Wanting to submit a pull request? Make sure to read this first.