[Qv2] Install guide for Quasar with Vue 3.0?
-
I would like to try Quasar with Vue 3.0.
What are the steps to take for installing Quasar with Vue 3.0?I would prefer Vue-cli, but if it is a guide using Quasar-cli I would give that a try.
-
You can use this command to create a new Quasar project with Vue3:
quasar create my-quasar-V3-app --branch next
Also see this threads:
https://forum.quasar-framework.org/topic/7687/qv2-new-project-issues?_=1612050183415https://forum.quasar-framework.org/topic/7548/quasar-v2-with-vue-3-roadmap
-
Ah, I see. It’s the “–branch next” part that makes quasar use Vue 3.x.
Thanks, I’ll try it soon. -
Please be aware that version is alpha and not officially publically released. It’s just an appetizer of what is coming, but is clearly not finished. The beta and public release will be coming soon. Then you can officially test your heart out with Quasar v2 and we’d love to hear your feedback at that point.
Scott
-
I understand.