/electron-vue-3

electron with vue cli v3 boilerplate

Primary LanguageJavaScript

electron-vue-3

Overview

Electron Vue 3 is a boilerplate for rapid Electron app that development. it is built with Vue Cli 3.

Features

  • All Vue Cli 3 features
  • simple and clear NPM scripts
  • Auto reload when main script changed

Getting Started

# install dependencies
npm install

# develop with auto reload
npm run serve

# build electron app
npm run build