Skip to content

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.

License

Notifications You must be signed in to change notification settings

lonjoy/electron-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The boilerplate for making electron apps built with vue (pretty much what it sounds like).

js-standard-style

forthebadge forthebadge forthebadge

Overview

The aim of this project is to remove the need to setup electron apps using vue. Since vue can take advantage of module loaders like webpack, getting everything to play nicely can be a little tricky.

Check out the documentation here.

Things you'll find in this boilerplate...

Getting Started

This boilerplate was built as a template for vue-cli.

# Install vue-cli and scaffold boilerplate
npm install -g vue-cli
vue init simulatedgreg/electron-vue my-project

# Install dependencies and run your app
cd my-project
npm install
npm run dev

Contributing

Wanting to submit a pull request? Make sure to read this first.

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.1%
  • Vue 13.0%
  • Shell 2.9%
  • HTML 2.0%