简体   繁体   中英

Deploy Ember App Kit App via PhoneGap

How can I deploy an App developed on Ember App Kit through a PhoneGap wrapper?

It was suggested that this is the way to go here and that doing so would be trivial but I can find no documentation on how this could be achieved.

Have used https://build.phonegap.com/ with emberjs apps plenty of times and works nicely.

Once you have your emberjs app running just follow the steps mentioned in build.phonegap. Simply archive your application containing index and resource files to a zip file and upload.

Regarding the packaging a quick approach is to download a demo phonegap app https://github.com/phonegap/phonegap-app-hello-world place the emberjs dist files (for quick access just use the results from an http://emberjs.jsbin.com/ ) in a folder along with the contents from the www folder of the demo app (to be honest i actually removed the original js and spec folders found inside the demo app). Create a zip file and upload it for build at phonegap.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM