Turn Angular 2 app into mobile app

前端 未结 4 1332
借酒劲吻你
借酒劲吻你 2021-01-02 14:30

We have a responsive web app developed using AngularJS 2. We would like to wrap it inside a package to redistribute it as a mobile app. Android is our priority. We have look

4条回答
  •  醉酒成梦
    2021-01-02 15:33

    You can use Cordova with very minimal number of steps.

    This link will be helpful. It worked for me.

    You can also use Ionic but it was throwing router error and also the project structure was different. So you should have new project with Ionic router and then selectively copy the angular code. Where as in cordova, you can have a project with basic cordova set up and copy entire code at once with minimal config changes.

提交回复
热议问题