How to see the app changes on a device in real time?

后端 未结 1 995
北恋
北恋 2021-01-24 11:55

Every time I change a code even it\'s only one line I have to run the command

sudo ionic cordova prepare ios 

and I have to click play button o

相关标签:
1条回答
  • 2021-01-24 12:08

    Is there a way to see the changes in real time?

    Yes, there is! The answer is Ionic DevApp

    The Ionic DevApp is a free app that makes it easy to run your Ionic app directly on your iOS or Android device.

    Skip dealing with frustrating Native SDK installation issues, just run ionic serve -c, open the DevApp, connect to the same network, and the app will automatically load and run your app.

    The DevApp comes with many native plugins built right in, so you don’t need to worry about installing plugins.

    You can check the list of supported Cordova plugins here.

    0 讨论(0)
提交回复
热议问题