/electron-vue

An Electron & Vue.js quick start boilerplate that uses vue-cli, common plugins, electron-packager, and webpack.

Primary LanguageJavaScriptMIT LicenseMIT

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

Build Status

js-standard-style

forthebadge forthebadge forthebadge

Overview

The aim of this project is to remove the need of manually setting up electron apps using vue. electron-vue takes advantage of vue-cli for scaffolding, webpack and vue-loader, and some of the most used plugins like vue-router, vuex, and more.

Check out the documentation here.

Things you'll find in this boilerplate...

*Customizable during vue-cli scaffolding

Getting Started

This boilerplate was built as a template for vue-cli and includes options to customize your final scaffolded app.

# 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

Next Steps

Make sure to take a look at the documentation. Here you will find useful information about configuration, project structure, and building your app. There's also a handy FAQs section.

Contributing

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