Quasar v0.15 is out!
-
Looks good
keep innovating
-
@rstoenescu congrats for the effort and awesome work.
I would like to encourage users to support it: http://quasar-framework.org/support-quasar-framework.html
-
This is awesome! Thank you so much for your efforts!
-
This post is deleted! -
@rstoenescu Thanks for your hard work on the 0.15 update. I really appreciate the effort that went into building comprehensive documentation. It really shows how much work you put into it! Well worth the wait.
Iāll check with my manager if we can support you on your Patreon page, as you certainly deserve it!
-
Bravo! Canāt wait to migrateā¦
-
Well done! I have however updated my quasar-cli and run a āquasar init blaā and it still creates a 0.14.9 quasar app⦠is this my installation or a general problem?
-
Woooohooooow! Good job!
-
@gregorybleiker I guess Itās your local installation. I just tried it and ended with a
Running on Quasar v0.15.0
app. Itās quite confusing BTW not to have anymore quasar framework onpackage.json
file ^^ (onlyquasar-cli
on dev deps)You might reinstall
quasar-cli
maybe It would solve the issue. -
Bummer! Just started quasar last week, read through doc, playing various starter kits and components, now look like I need to re-read! Hope 0.15 is easier and better.
Congratulations, great work!!!
-
This is so Perfect. Thanks @rstoenescu for all the hard work.
-
Thank you so much for this excellent framework. I started a project with it a week ago using 0.14.9 and it took me a day to migrate to 0.15.1
0.14.9 was good
0.15.1 is even better !
It is so well organised and the new features are great.
I truly admire your work. Once I will have evangelised this framework at the place I work at, I will try to convince them to donate for sure.
Thanks again!! -
@Akaryatrh Thanks for the tip, I removed the local quasar-cli and reinstalled, now all is good. As you say, quite a change
-
@akaryatrh I noticed that quasar is not in package.json anymore as well (just the cli). How does this work, since I used to simply delete my node_modules folder and run
npm i
once in a while, but this no longer possible I suppose? -
@MusicForMellons I donāt know why you have to delete your
node_modules
folder periodically, but whilequasar-cli
is referenced on thepackage.json
file, when you do anpm i
, It should be installed back.BTW, as stated in the documentation :
Quasar CLI is installed both globally and locally. When you issue a Quasar command, the global installation defers to the project locally installed Quasar CLI
-
@Akaryatrh Yeah, thatās clear. But then you not have the quasar framework as that needs
quasar init
, right? So thatās my point/ problem.BTW, I do not seem to be the only one deleting node_modules to make a fresh start, e.g. see current quasar docs:
http://quasar-framework.org/guide/quasar-upgrade-guide.html#Starter-Kit
āSometimes after you npm install a package, or even update current packages, NPM might screw things up. Youāll get errors that some packages are missing and you need to install them. In such cases, delete node_modules and package-lock.json and npm install again.ā -
@Akaryatrh Youāre right. I tested deleting both node_modules and package-lock.json and then
npm i
and then I can runquasar dev
like before and it works. So apparently install of quasar, vue, vuex, etc is all ātaken care ofā via quasar-cli in package.json (I do not think this used to be the case). -
excellent work. thank you
-
excellent work. thank you
-
This is groundbreaking work. Iām totally in awe. Iām impressed, Iām surprised and Iām⦠just happy! Thanks!