将Ionic App部署为网站

时间:2016-12-18 05:50:23

标签: angularjs cordova angular ionic-framework

我需要知道离子应用程序是否可以部署为网站?如果是,是否存在任何安全问题或障碍?请分享相同的步骤或链接。

谢谢,

1 个答案:

答案 0 :(得分:0)

只需在您的网络服务器上放置一个Call<UnoRate> call1 = ratesAPI.getUnoRate(); call1.enqueue(new Callback<UnoRate>() { @Override public void onResponse(Call<UnoRate> call,Response<UnoRate> response) { UnoRate unoRate = response.body(); Rate rate = new Rate(); rate.setBuyRate(unoRate.getBuy()); rate.setSellRate(unoRate.getSell()); rate.setFee(0); rateView.showRate(rate); } }); 文件夹,然后输入www这样的文件来展示您的应用演示:

<iframe>