Reputation: 345
I am new to Ember.js web applications. Actually I want to developing mobile applications like ios, android cordova hybrid application by using ember.js framework. How can I create ember cordova hybrid ios application through terminal and what are the following steps?
Upvotes: 1
Views: 843
Reputation: 2963
To Create Cordova plugin follow the following Step:
Upvotes: 0
Reputation: 272
You can use ember-cli-cordova.
Their "getting started" doc has everything you need to get going: http://git.io/vIKj9
All the best!
Upvotes: 2