getflourish / vue-cli-plugin-electron-builder

A Vue Cli 3 plugin for Electron with no required configuration

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

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.

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 Andrew LeTourneau Mary-Tyler-Moore Mitch Dennet Kasen IO
Yves Hoppe Andrew LeTourneau Mary-Tyler-Moore Mitch Dennet Kasen IO

About

A Vue Cli 3 plugin for Electron with no required configuration

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

License:MIT License


Languages

Language:JavaScript 99.2%Language:Dockerfile 0.8%Language:Shell 0.0%