debugging quasar app in cordova
-
how to debug quasar app in cordova ?
-
Read the Cordova Wrapper page from top to bottom. http://quasar-framework.org/guide/cordova-wrapper.html
This is what interests you: http://quasar-framework.org/guide/cordova-wrapper.html#Remote-DebuggingUnless you use Cordova plugins, you can use Quasar Play to run your app on your mobile without even installing it: http://quasar-framework.org/guide/quasar-play-app.html
-
@rstoenescu thanks… cordova getting source code from dist folder, and dist folder is optimize for production.
Can i build quasar for debugging purpose, so i can debug cordova app.
-
Temporarily change
<content src="index.html" />
to<content src="URL_TO_YOUR_MACHINE:PORT" />
. Close app, runquasar dev
then open your app. You’ll get hot module reload on dev code