DEV Community

Discussion on: How I learned from my mistakes - JavaScript Mobile App

Collapse
 
adnanhz profile image
Adnan

Great findings Gabriel, good luck with the competition!

Have you used Vue's Cordova plugin? It basically allows you to code on your PC and (optionally) have the result appear immediately on your phone (hot reloading). It also makes the building process one command away.

Jonathansblog.co.uk/adding-cordova-to-an-existing-vue-app

Collapse
 
gabrielleonte profile image
Gabriel Leonte

Thank you!

I had a look on that plugin, but is not necessary for me. At least for this project.