Back to Electron Vue

Building Your App

docs/en/building_your_app.md

latest939 B
Original Source

Building Your App

electron-vue supports both electron-packager and electron-builder to build and distribute your production ready application. Both build tools 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.

electron-packager

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

electron-builder

If you are looking for full installers, auto-update support, CI building with Travis CI & AppVeyor, or automation of rebuilding native node modules, then electron-builder is what you will need.