The decision has already been made. We are moving to Quasar. I’ve done in 4 days what took me 2 weeks with Vuetify. Working with Quasar just feel better for me. I’m not saying Vuetify is bad (it was a major improvement from straight up Vue). But with Quasar the pieces just come together and click, without any major detours or time spend fiddling with alignments etc. This far, I’m very happy with it.
Best posts made by tolun
-
RE: Moving to Quasar
-
RE: Moving to Quasar
I am prepared to rewrite my components. I have a few, but the number isn’t scary. A large part of the work so far is with pure or almost pure vue components. If I am going to make the switch, I’d rather do it now than later.
There are some components missing in Vuetify, but my biggest gripe is the way my app ends up looking. I know I can get everything working well with Vuetify (it is actually a pretty good library), but the docs are lacking, and I find myself constantly struggling to do the simplest things. Most of it has to do with formatting, alignments etc. The vuetify forums have been pretty great, but I just haven’t felt comfortable with it.
I am going to give Quasar a try for a few days to see how I feel about it to get a good comparison. Starting with some of the things that made me scratch my head using Vuetify.
-
RE: Moving to Quasar
Great, thanks. I’ve got my app scaffolded, trying out the first couple of components now. So far so good. If I remember, I’ll report back here of my experience going through it.
Latest posts made by tolun
-
RE: Moving to Quasar
The decision has already been made. We are moving to Quasar. I’ve done in 4 days what took me 2 weeks with Vuetify. Working with Quasar just feel better for me. I’m not saying Vuetify is bad (it was a major improvement from straight up Vue). But with Quasar the pieces just come together and click, without any major detours or time spend fiddling with alignments etc. This far, I’m very happy with it.
-
RE: Quasar v1.0 - Feature freeze in effect for v0.17
Hi, any news on the 1.0 release? I’ve been playing with Quasar the last few days, and I really like it so far. I’ve been more productive than with Vuetify, which I tried for a month. If we decide to go with Quasar, I’ll make sure to go to Patreon to help you out.
I really appreciate the great work you are doing.
-
RE: Moving to Quasar
Great, thanks. I’ve got my app scaffolded, trying out the first couple of components now. So far so good. If I remember, I’ll report back here of my experience going through it.
-
RE: Moving to Quasar
Thanks for your input Zeidanbm. Do you know if there are many breaking changes planned in the 1.0 roadmap?
-
RE: Moving to Quasar
I am prepared to rewrite my components. I have a few, but the number isn’t scary. A large part of the work so far is with pure or almost pure vue components. If I am going to make the switch, I’d rather do it now than later.
There are some components missing in Vuetify, but my biggest gripe is the way my app ends up looking. I know I can get everything working well with Vuetify (it is actually a pretty good library), but the docs are lacking, and I find myself constantly struggling to do the simplest things. Most of it has to do with formatting, alignments etc. The vuetify forums have been pretty great, but I just haven’t felt comfortable with it.
I am going to give Quasar a try for a few days to see how I feel about it to get a good comparison. Starting with some of the things that made me scratch my head using Vuetify.
-
Moving to Quasar
I’m currently using Vue-cli 3 and Vuetify (1-2 months into it). I want to move to Quasar, and use the quickest route.
But I’m not sure if I should:
- scaffold a new project using Quasar CLI, then copy/modify code piece by piece
- continue to use Vue-cli, and just import Quasar elements and changing my components as needed.
How much will I gain from scaffolding with the Quasar CLI in the long run?