how to upgrade codebase ionic v1 to ionic v3

筅森魡賤 提交于 2020-01-14 04:18:18

问题


I am facing issue in ionic 1 and this framework is deprecated. how to upgrade ionic 1 to ionic 3 without huge modifying in codebase. anyone help in this

Note: ionic build ios those command all are not working

Advance Thanks


回答1:


without huge modifying in codebase

This is not going to be possible.

Ionic 1 to 2/3 is a large jump from AngularJS to Angular2, which requires a switch to typescript and other fundamental framework alterations.

Here is a good post about AngularJS vs Angular2

Here is a good write up for the migration from Ionic 1 to Ionic 2 that should help.

Then once that's done, the migration from 2 to 3 is not that big of a leap.



来源:https://stackoverflow.com/questions/44521876/how-to-upgrade-codebase-ionic-v1-to-ionic-v3

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!