Reputation: 2319
I am working over a project in phonegap. I liked interface and UI tools used in ionic framework and also because of angular.js support. I am curious to know that is it possible to create ionic project and then upload it on ponegap build.
Upvotes: 1
Views: 423
Reputation: 1138
Yes it is.. Just download phonegap for your interaction (iOS / android/ other)
Upvotes: 0
Reputation: 1465
Yes it is possible.
I've posted about this on the Ionic forums before as there are clear instructions for it.
The way to do it is a bit annoying - you just set up your directory structure in the way you would in PhoneGap Build, but use the Ionic files. Remember to make sure the right files (especially config.xml) is in the right place.
And good luck
UPDATE: For Phonegap Build, both index.html
and config.xml
must be in the root directory. There is no www/
directory. For Phonegap CLI, config.xml
must be in the root directory and index.html
must be in www/
directory.
Upvotes: 2