To be clear: if after installing, quasar dev
does not work for you, try npm run dev
. Also, after installing, you can do npm run build
, and copy the new dist folder to your node_modules\quasar-framework
folder, (don’t forget to copy the package.json
, icons
and i8n
folders as well). This will allow you to use it in an existing project.
[Edit: it is best to create a Simlink from your node_modules/quasar-framework
folder to the dist
folder of your cloned v0.15. This way, you can get the latest changes from Github, and then simply rebuild v.015. The magic of simlinks!]
Be prepared for updating your existing Vue files to use the new/updated components. Make a backup of your project first