This project has been deprecated in favor of the
@vue/cli
plugin/preset electron-vuetify
Boilerplate project for electron 8.0 with vuetify 2.x
- electron 8 w/ electron-builder (beta)
- jest + vue-test-utils
- routing w/ vue-router
- sass
- vuetify 2.x
- vuetify eslint
- vuetify-cli-plugin (coming soon)
- vuetify-cli-preset
- vuex + vuex-pathify
- offline fonts
If you use Yarn (strongly recommended):
yarn install
or if you use NPM:
// Delete the yarn.lock file
// You may need to invoke electron-builder cli (requires @vue/cli v3+)
// You can do this by running `vue invoke electron-builder`
// Do not select spectron test as it will cause errors
npm i
yarn serve
electron based stores: window
are not available and components using such will be disabled
yarn build
electron based stores: window
are not available and components using such will be disabled
yarn test:unit
yarn lint
electron:serve
electron:build