An Ember addon to turn Ember apps into cross-platform desktop applications, taking care of development, tests, compilation, and installer creation.
ember electron
- Run app in Electron with live-reload serverember electron:test
- Test the app using Electronember electron:test --server
- Test with Electron in development server modeember electron:package
- Create binaries (.app, .exe, etc)ember electron:make
- Generate platform specific distributables (installers, distribution packages, etc)ember electron:build
- Build out Ember app with Electron instrumentation (useful for optimizing multi-platform builds)ember electron:assemble
- Assemble Electron application project (useful for debugging builds)
To see a real world example, check out Ghost Desktop.
- Upgrading from ember-electron 1.x to 2.x
- Testing on CI (Travis, AppVeyor, CircleCI, etc)
- Build pipeline
Somethings missing? Contributions to our docs are welcome!
Ember-Electron is a small open source project. Use GitHub Issues to report bugs and errors within the addon.
If you need help using the addon with your application, feel free to drop by the Ember Community Slack and ask in #e-electron
. If you have questions regarding Electron, their Slack and forum will be helpful as well.
Ember-Electron builds on prior work done by @brzpegasus (author of ember-cli-nwjs
) and @joostdevries (author of ember-cli-remote-inspector
). Our gratitude to both of them for their amazing work.
- Felix Rieseberg (@felixrieseberg)
- Aidan Nulman (@anulman)
- Florian Pichler (@pichfl)
- Ben Demboski (@bendemboski)
- ...and many other contributors