Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 784 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 784 Bytes

Electron / Vue Starter

  • 📦 Electron 6
  • 📦 Vue 2.6
  • 📦 Vue Router
  • 📦 Vuex
  • 📦 HTTP Client (got)
  • 📦 Config (electron-store)
  • ✅ Supports @/filename for easy renderer file reference
  • ✅ Save window location / size
  • ✅ Open in browser helper function Vue.prototype.$open

Project setup

yarn install

Compiles and hot-reloads for development

yarn electron:serve

Compiles and minifies for production

yarn electron:build

Lints and fixes files

yarn lint

Customize configuration

See Vue CLI Configuration Reference.

See Electron Builder Configuration Reference.