Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isleofcode/ember-cordova
CLI for Ember/Cordova/Crosswalk Applications
https://github.com/isleofcode/ember-cordova
cordova ember ember-addon hybrid-apps
Last synced: 26 days ago
JSON representation
CLI for Ember/Cordova/Crosswalk Applications
- Host: GitHub
- URL: https://github.com/isleofcode/ember-cordova
- Owner: isleofcode
- License: mit
- Created: 2017-08-23T19:14:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-21T19:30:56.000Z (over 6 years ago)
- Last Synced: 2024-10-04T16:58:24.767Z (about 1 month ago)
- Topics: cordova, ember, ember-addon, hybrid-apps
- Language: JavaScript
- Homepage: http://embercordova.com
- Size: 3.02 MB
- Stars: 17
- Watchers: 4
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ember Cordova
[![Build Status](https://travis-ci.org/isleofcode/ember-cordova.svg?branch=master)](https://travis-ci.org/isleofcode/ember-cordova)
## corber
We have migrated ember-cordova to the corber project, which adds support for Vue/React/Webpack apps. Ember users will see no feature loss after migration.
Most new features will appear in corber, however we will continue bugfixes in ember-cordova.
We encourage you to migrate to corber.io. This repository is a fork of the last stable ember-cordova release.
Announcement details can be found [here](http://blog.isleofcode.com/announcing-corber-ember-cordova-vue/), the repository [here](https://github.com/isleofcode/corber) and documentation [here](http://corber.io).
## ember-cordova
ember-cordova simplifies building Cordova applications with Ember.js.Included is a CLI, icon generation & plugins/platforms, bindings to the Cordova platform and a growing ecosystem of Cordova plugins built to work with Ember. It is maintained by Isle of Code in Toronto, with a community of contributors.
It supports Ember 1.13+ and node per [Ember Node LTS Support](http://emberjs.com/blog/2016/09/07/ember-node-lts-support.html)
Given upstream changes in ember-cli, support for ember-cordova stops at 2.13.x. High versions of ember-cli are supported with corber. If you'd like to resolve that issue in ember-cordova, [this corber issue is a good starting point](https://github.com/isleofcode/corber/issues/391).
## Quickstart
`ember install ember-cordova`
For documentation, please visit [embercordova.com](http://embercordova.com).
## Contributing
PRs are very welcome. You can read our style guides [here](https://github.com/isleofcode/style-guide).
If you are unsure about your contribution idea, please feel free to
open an Issue for feedback.## Credits
ember-cordova is maintained by [Isle of Code](https://isleofcode.com), and started as a fork of [ember-cli-cordova](https://github.com/poetic/ember-cli-cordova).