Skip to content

msuchodolski/electron-vue

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.5%
  • Vue 20.0%
  • HTML 1.5%