How to migrate from vue cli
-
Hello,
I got a project in vue cli.
I want to add it pwa/mobile support.How can I convert it to quasar cli?
Or to do it with vue cli?Thanks
-
Do you have plug-ins installed? They’ll need to be moved to boot files. Otherwise, it’s just moving over your components and router, store, etc. That is all the same.
Scott