Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 863 Bytes

building_your_app.md

File metadata and controls

12 lines (6 loc) · 863 Bytes

Building your app

electron-vue supports both electron-packager and electron-builder to build and distribute your production ready apps. Both builders are backed by the amazing electron-userland community and each have detailed documentation. During vue-cli scaffolding you will be asked which builder you will want to use.

If you are new to building electron apps or just need to create simple executables, then electron-packager is perfect for your needs.

If you are looking for full installers, auto-update support, or rebuilding native node modules, then electron-builder is what you will need.