msuchodolski / electron-vue

An Electron & Vue.js quick start boilerplate with vue-cli support

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fork, original here: SimulatedGREG/electron-vue

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...

*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.

Contributing

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

About

An Electron & Vue.js quick start boilerplate with vue-cli support

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

License:MIT License


Languages

Language:JavaScript 78.5%Language:Vue 20.0%Language:HTML 1.5%