trenz-gmbh / trenz-docs

An SPA wiki made by TRENZ
MIT License
3 stars 0 forks source link

Consider switching to Quasar Framework #31

Open ricardoboss opened 2 years ago

ricardoboss commented 2 years ago

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:

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.

ricardoboss commented 2 years ago

Ionic Vue might also be an alternative.