Working on my Vue and Cordova app has been a rollercoaster of emotions. Designing the app layout brings me pure joy, thanks to the convenient Vue dev environment with hot reload. But diving into the realm of native phone APIs using Cordova plugins feels like entering uncharted territory. Testing every code update requires building the Vue app through Vue UI, then the Cordova app for the specific platform, and finally running it on a device or emulator.
I tend to test frequently while coding, especially when dealing with tricky Cordova plugins that require extensive customization and testing. It sometimes feels like my development time is being stretched beyond measure.
Does anyone know of a quicker process to streamline working in this environment? (I came across the cordova-hot-code-push plugin but learned that it's now deprecated).