I would like to convert an existing app made with Vue.js to Quasar framework..
I am scaffolding the Quasar app with 'Quasar init', which creates a blank app. I am migrating the .Vue files from Vuejs to quasar app.
However, the Vuejs app contains 'main.js' at the root of 'src' folder, which I am not sure how to use it in Quasar. I tried to copy the code to 'index.vue' but ended up with errors.
Any idea how to migrate this main.js code to appropriate file in Quasar?
TIA