Was able to solve this, Razvan gave me a link when I inquired on the gitter channel: Cordova Plugins This will surely be available upon the release of v0.15 docs.
Although I encountered some problems as well,
- Plugin’s codes didn’t work whenever I used it on
App.vue
but it worked on other vue files. This must be a vue or vue template thing, just haven’t got the time to figure it out. Maybe you guys know the answer. - I’m using
cordova run
to make my changes ‘persist’. Usingquasar dev -m cordova
won’t really work when the device is not plugged in. I have to do aquasar build -m cordova
before I runcordova run
though or else changes that I see onquasar dev -m cordova
will not reflect.
Again, there might a proper way of doing this. Things will probably get clearer when v0.15 docs came out.