🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

vue-cli-plugin-electron-builder

Package Overview
Dependencies
Maintainers
1
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-cli-plugin-electron-builder

Easily Build Your Vue.js App For Desktop With Electron

2.1.1
latest
Source
npm
Version published
Weekly downloads
12K
75.62%
Maintainers
1
Weekly downloads
 
Created
Source

Vue CLI Plugin Electron Builder

Easily Build Your Vue.js App For Desktop With Electron

Build status: Build status

Sponsor

Top Supporters

Glenn Frank
Glenn Frank

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:

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 HoppedurairajasivamChris HayesAndrew LeTourneauKalila Lakeworth
Yves HoppedurairajasivamChris HayesAndrew LeTourneauKalila Lakeworth
IvorzkEric SchirtzingerAlec ArmbrusterKarim Hossenbux
IvorzkEric SchirtzingerAlec ArmbrusterKarim Hossenbux

Past Supporters

Mitch Dennet
Mary-Tyler-MooreMitch Dennet

Keywords

electron

FAQs

Package last updated on 24 Jun 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts