Thank you. Great summary.
Latest posts made by Suraj
-
RE: Update framework
@a47ae as i said both
npm update quasar-framework
andyarn upgrade
updates package based on package.json. Currently vue version is"vue": "~2.3.4"
on package.json so no, both command wouldn’t update vue to 2.4 but to the latest 2.3.x version. Refer here, https://docs.npmjs.com/misc/semver#tilde-ranges-123-12-1 -
RE: Update framework
@rashidnk you can do
yarn upgrade
if you use yarn. It updates all packages based on package.json and updates yarn.lock, kind of like how composer works. -
RE: Quasar PWA Starter Kit
@zpos_adam said in Quasar PWA Starter Kit:
@smakinson In the docs (
http://quasar-framework.org/guide/progressive-web-apps.html
) it says:Important!
Do not use Quasar wrappers (Cordova/Electron) on top of this templateDoes it mean we can only build PWA app with no electron/cordova wrapper if we use pwa starter kit?
-
RE: Quasar v0.14.1 released.
@a47ae Since I had just started project last week, i updated quasar-cli, and manually replaced or modify files/conflicts from a separate bootstrapped project to my project.
-
RE: Quasar v0.14.1 released.
How to upgrade from 0.13 to 0.14 version? Should I only update package.json and run
yarn upgrade
or create new project and move src folder logics?
Also can someone tell me what the framework used for this forum. Its features and user experience is awesome.