herrherrmann / electron-vue

An Electron & Vue.js quick start boilerplate with vue-cli functionality, common Vue plugins, electron-packager, unit/e2e testing, and webpack.

Home Page:https://simulatedgreg.gitbooks.io/electron-vue/content/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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. The use of node v5.10.0 or higher is required as certain ES6 are used in dependencies and scripts. But the use of 6.x is recommended for its extra performance benefits.

# 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
Are you a Windows User?

Make sure to check out A Note for Windows Users to make sure you have all the necessary build tools needed for electron and other dependencies.

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.

Future Plans

Be up to date with new features and improvements by checking on the GitHub Project.

Contributing

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

About

An Electron & Vue.js quick start boilerplate with vue-cli functionality, common Vue plugins, electron-packager, unit/e2e testing, and webpack.

https://simulatedgreg.gitbooks.io/electron-vue/content/

License:MIT License


Languages

Language:JavaScript 79.5%Language:Vue 17.1%Language:Shell 2.2%Language:HTML 1.1%