pxslip / vue-cli-plugin-electron-builder

Easily Build Your Vue.js App For Desktop With Electron

Home Page:https://nklayman.github.io/vue-cli-plugin-electron-builder/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue CLI Plugin Electron Builder

Easily Build Your Vue.js App For Desktop With Electron

Build status: Build status

Sponsor

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

Yves Hoppe durairajasivam Chris Hayes Andrew LeTourneau Kalila Lakeworth Ivorzk Eric Schirtzinger Alec Armbruster
Yves Hoppe durairajasivam Chris Hayes Andrew LeTourneau Kalila Lakeworth Ivorzk Eric Schirtzinger Alec Armbruster

Past Supporters

Mitch Dennet
Mary-Tyler-Moore Mitch Dennet

About

Easily Build Your Vue.js App For Desktop With Electron

https://nklayman.github.io/vue-cli-plugin-electron-builder/

License:MIT License


Languages

Language:JavaScript 100.0%