Skip to content

nklayman/vue-cli-plugin-electron-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f0c7709 · Jan 9, 2020
Jan 2, 2020
Oct 30, 2018
Jul 5, 2018
Jan 9, 2020
Jan 9, 2020
Jan 9, 2020
Jan 9, 2020
Aug 15, 2018
Jun 29, 2018
Jul 7, 2018
Nov 11, 2018
Aug 11, 2018
Jul 1, 2018
Jan 9, 2020
Nov 23, 2018
Aug 11, 2018
Jan 9, 2020
Jan 9, 2020
Nov 6, 2018
Jun 20, 2018
Jan 9, 2020
Oct 30, 2019
Aug 17, 2018
Jan 13, 2019
Jun 20, 2018
Jan 9, 2020

Repository files navigation

Vue CLI Plugin Electron Builder

A Vue Cli 3 plugin for Electron with no required configuration that uses Electron Builder.

Build status: Build status

Sponsor

IMPORTANT: Your app must be created with Vue-CLI 3 or 4 (vue create my-app), will not work with Vue-CLI 2 (vue init webpack my-app)!

Quick Start:

Open a terminal in the directory of your app created with Vue-CLI 3 or 4 (4 is recommended).

Then, install and invoke the generator of vue-cli-plugin-electron-builder by running:

vue add electron-builder

That's It! You're ready to go!

To start a development server:

If you use Yarn (strongly recommended):

yarn electron:serve

or if you use NPM:

npm run electron:serve

To build your app:

With Yarn:

yarn electron:build

or with NPM:

npm run electron:build

To see more documentation, visit our website.

Supporters

Andrew LeTourneau
Andrew LeTourneau