Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

MajesticPotatoe/electron-vuetify

Repository files navigation

electron-vuetify

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

Feature Set

  • 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

Project setup

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

Compiles and hot-reloads for development

yarn serve

electron based stores: window are not available and components using such will be disabled

Compiles and minifies for production

yarn build

electron based stores: window are not available and components using such will be disabled

Run your tests

yarn test:unit

Lints and fixes files

yarn lint

Starts Electron development environment

electron:serve

Builds Electron for production

electron:build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published