Quasar v1.0 beta1 in a few days
-
Hi All,
We’re almost ready to release Quasar v1.0.0-beta.1. Please hang on for 2-3 more days. Sorry for the delay – we want you to have the best experience possible with v1. Below is a teaser with new docs coming up.
-
The first very thanks.
Could your shareQuasar v1.0
document link??? -
The docs are in the quasar repo.
The new site isn’t yet public, however. It’s still being feverishly worked on.
Scott
-
-
@rstoenescu @s-molinari. Great work. Thank you for your time
-
Amazing job guys!
-
Amazing guys !
Just so you know you have conquered my office.
-
Awesome work guys, can’t wait!
-
Amazing and awesome, at the same time!
-
@rstoenescu - are we getting nuxt support with this release?
-
@pinalbhatt - Quasar supports SSR out of the box. There is no need for Nuxt support with Quasar.
Scott
-
Super! waiting for starter kits
-
Thanks for your great effort Razvan!!! You are an incredible man. You are always a step more by the rest.
Thanks also for the big team and collaborators. -
You guys are awesome! Thank you Razvan for such an effort!
-
@s-molinari I am not looking for SSR, my main look is for static site generation
-
@pinalbhatt - Then you just build out your app to an SSR site? Or PWA? I’m not sure what you need. I mean, Quasar is designed to build applications, but you can build a regular site with it too.
Scott
-
Yeah! Can not wait
-
@s-molinari
@pinalbhatt is talking about SPA pre-rendering. Nuxt supports both SSR and pre-rendering. Quasar (currently) only supports SSR
https://nuxtjs.org/guide/#static-generated-pre-rendering- -
@DevinH - Thanks for the explanation. If that is what @pinalbhatt is looking for, then he’ll have to stick with Nuxt. Quasar won’t be heading in that direction. It’s just too advanced to go there. I personally also don’t see any value in doing prerendered sites with Vue and Quasar behind the application either. It’s like using a Quantum computer to figure out how to add 2 + 2. If you want the advantages of SEO and better load times, that is what you get with SSR.
Scott
-
@DevinH @s-molinari. You can get the benefits of SEO by using a service like https://prerender.io/ and making sure to include your meta tags in your view somewhere.