https://github.com/shipshapecode/ember-cli-capacitor
Add Capacitor to your Ember app.
https://github.com/shipshapecode/ember-cli-capacitor
Last synced: 5 months ago
JSON representation
Add Capacitor to your Ember app.
- Host: GitHub
- URL: https://github.com/shipshapecode/ember-cli-capacitor
- Owner: shipshapecode
- License: mit
- Created: 2020-06-24T00:34:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-07-22T20:03:20.000Z (6 months ago)
- Last Synced: 2025-08-17T23:40:36.352Z (5 months ago)
- Language: JavaScript
- Size: 3.81 MB
- Stars: 28
- Watchers: 2
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
ember-cli-capacitor
==============================================================================
This addon integrates Ember and [Capacitor](https://capacitorjs.com/).
It supports building and live reload for iOS, Android, and Electron.
Compatibility
------------------------------------------------------------------------------
* Ember.js v3.24 or above
* Ember CLI v3.24 or above
* Node.js v12 or above
Installation
------------------------------------------------------------------------------
```
ember install ember-cli-capacitor
```
Usage
------------------------------------------------------------------------------
### Blueprints
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
```
### Commands
#### iOS
```
ember ios:serve
```
```
ember ios:build
```
#### Android
```
ember android:serve
```
```
ember android:build
```
Electron
------------------------------------------------------------------------------
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](https://github.com/adopted-ember-addons/ember-electron) may be best.
Contributing
------------------------------------------------------------------------------
See the [Contributing](CONTRIBUTING.md) guide for details.
License
------------------------------------------------------------------------------
This project is licensed under the [MIT License](LICENSE.md).