/vue-electron5

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. https://simulatedgreg.gitbooks.io/ele…

Primary LanguageJavaScriptMIT LicenseMIT

  • Electron 5
  • Vue-CLI 3
  • Babel 7
  • Vue 2.6
  • css-preprocessor
    • Sass
    • Less
    • Stylus
  • UI Framework
    • Quasar 1.x
    • Vuetify 2.x

forked from SimulatedGREG/electron-vue


Getting Started

# Install vue-cli and scaffold boilerplate
npm install -g @vue/cli
npm install -g @vue/cli-init

vue init kdydesign/vue-electron5 my-project