Boilerplate for a Vue + Webpack configuration with Electron.
git clone https://github.com/Andr3wRiv3rs/electron-vue-boilerplate
cd electron-vue-boilerplate
npm install
npm run dev
start - Load Electron from the dist folder.
dev - Start development server, then start Electron.
build - Build Electron from app source.
lint - Lint and fix.