How to install 0.14 via npm?
-
hi i just want to know how to install v0.14 thank you
noob here
-
@jeimz173 said in How to install 0.14 via npm?:
hi i just want to know how to install v0.14 thank you
noob here
This shows you how.
http://beta.quasar-framework.org/guide/index.html
Scott
-
Hi,
While doing init , mention #beta.Example :
quasar init default#beta <folder name>Thanks
Suman -
npm install quasarframework/quasar-edge
-
how bout what if using laravel frameworkā¦im not sure how to use the quasar cli in laravel⦠should i still install using cli? because what i only need is to update the quasar to my node_modules directory to the beta versionā¦
-
@jeimz173 I know that @jordonbaade (on gitter) had some success switching over to 0.14 after following this Laravel tutorial
npm i --save git+https://git@github.com/quasarframework/quasar-edge.git
-
Iām facing a problem.
I already have a project going on and I need to implement this new features presented on v0.14.
Replacing the package.json with āgit+https://git@github.com/quasarframework/quasar-edge.gitā and adding quasar-extras, the components are broken.
Iām missing something or is needed something else?
-
@mfcarneiro Are you explicitly importing the components?
-
Iām using normally, toolbar, some buttons and a footer, but when I deleted the quasar-framework folder and switched the dependencies to this path to v0.14 all crashed.
All the other files are the same when i ran the quasar-cli for the first time.
Edit:
I found a topic, youāre referring this when u said importing explicitly?
-
@mfcarneiro good find, you have
"vue-template-compiler": "^2.3.0"
right? -
I have
"vue-template-compiler": "^2.4.1"
, but I will see your recommendation for the post that I created.Thanks!