Vuetify is a great UI library for Vue, but the only version supporting Vue 3 is currently in Beta and many components are still missing/buggy (which is expected from a beta, it shouldn't have been used in the first place, so no shame on their side).
Quasar on the other hand supports Vue 3 and has more components than Vuetify. IMHO, they also look better as they are a little less stylized but still adhere to Material Design.
We use the following components from Vuetify:
[ ] VApp
[ ] VNavigationDrawer
[ ] VTextField
[ ] VList & VListItem
[ ] VListGroup
[ ] VRow & VCol
[ ] VAppBar & VAppBarNavIcon
[ ] VMain
[ ] VBreadcrumbs
[ ] VContainer
[ ] VProgressCircular
[ ] VAlert
[ ] VCard
[ ] VBtn
Each of these need to be replaced with a corresponding Quasar component.
Apart from that, we also use the following functionalities provided by Vuetify:
[ ] Custom handling for navigation drawer state
[ ] Custom global theme colors
These also must be replaced or provided by Quasar.
Vuetify is a great UI library for Vue, but the only version supporting Vue 3 is currently in Beta and many components are still missing/buggy (which is expected from a beta, it shouldn't have been used in the first place, so no shame on their side).
Quasar on the other hand supports Vue 3 and has more components than Vuetify. IMHO, they also look better as they are a little less stylized but still adhere to Material Design.
We use the following components from Vuetify:
VApp
VNavigationDrawer
VTextField
VList
&VListItem
VListGroup
VRow
&VCol
VAppBar
&VAppBarNavIcon
VMain
VBreadcrumbs
VContainer
VProgressCircular
VAlert
VCard
VBtn
Each of these need to be replaced with a corresponding Quasar component.
Apart from that, we also use the following functionalities provided by Vuetify:
These also must be replaced or provided by Quasar.