This addon integrates Ember and Capacitor. It supports building and live reload for iOS, Android, and Electron.
- Ember.js v3.24 or above
- Ember CLI v3.24 or above
- Node.js v12 or above
ember install ember-cli-capacitor
The default ember-cli-capacitor
blueprint will run when you first install
the addon, but if you want to run it again, either to update to the latest
blueprints or to add support for more platforms, you can run it with:
ember g ember-cli-capacitor
ember ios:serve
ember ios:build
ember android:serve
ember android:build
The Electron setup for Capacitor does not have the ability to live reload. We are working on making a more robust Electron integration, but in the meantime, using ember-electron may be best.
See the Contributing guide for details.
This project is licensed under the MIT License.