npm vue-cli-plugin-electron-builder 1.0.0-alpha.1
1.0.0! No more electron-webpack!

latest releases: 3.0.0-alpha.4, 3.0.0-alpha.3, 3.0.0-alpha.2...
5 years ago

No more electron-webpack, regular build config used

  • Less dependencies.
  • Faster build times!
  • No extra config for stylus, sass, etc... Just install the proper plugin.
  • Typescript support is automatic for both processes, just add the @vue/typescript plugin.

App layout

  • Your normal build will not be overwritten by build:electron.
  • The folder structure has changed dramatically.

Config changes

  • Electron-webpack config is no longer used.
  • configureWebpack and configureWebpackMain are no longer used and, in most cases, no longer necessary.
  • Electron-builder's config is now taken from the builderConfig key in vue-cli-plugin-electron-builder's plugin options.

Upgrading

Please see the upgrading guide.

Don't miss a new vue-cli-plugin-electron-builder release

NewReleases is sending notifications on new releases.