Cordova workflow
-
Hi
What are people doing with Cordova development?
My current workflow is really sticky:
quasar build
cd cordova
cordova runDoesn’t make for rapid development.
-
Digging around I’ve found the hot module reload and remote debugger. Am I missing anything else?
-
you can install quasar play on your cellphone an see it realtime there (Hot reload) . You will find the app in the Android appstore. for more Informations I recommend this site here : http://quasar-framework.org/guide/quasar-play-app.html
i usually develop in Chrome. except i want to test Crodova features.
This is the command I use:
PORT=9000 quasar dev -p