简体   繁体   中英

Deploy Angular website as an Ionic App?

I have created a public facing Angular/Twitter Bootstrap website, and want to know if it's possible to wrap it as an Ionic App for android/ios ?

All the example i have seen far shows the other way around, using ionic app as a website.Any pointers would be helpful !

Ionic is it's own framework, you wouldn't wrap it around a bootstrap/Angular app. I think you are interested in simply deploying your app to Android/iOS. In that case, check out http://phonegap.com/ . It can bridge the gap by allowing you to deploy HTML websites as a native app.

If you wanted to use Ionic Framework, you should have developed it as a ground up first class Ionic app. Ionic provides deployment capability, but it simply leverages Cordova (which is the underlying technology of PhoneGap anyway)

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