Package Exports
- vue-cli-plugin-electron-builder
- vue-cli-plugin-electron-builder/lib/testWithSpectron
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vue-cli-plugin-electron-builder) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Vue CLI Plugin Electron Builder
A Vue Cli 3 plugin for Electron with no required configuration that uses Electron Builder.
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 |