Last active
February 23, 2018 21:50
-
-
Save forgotpw1/0dd4df2674a2f302fb0b3ffb3d1fb5df to your computer and use it in GitHub Desktop.
Upgrading quasar framework - Maintaining old quasar-cli on upgrades
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Install the 0.14-compatible quasar-cli as a dev dependency in your legacy project: | |
npm install --save-dev [email protected] | |
this will place the legacy cli in your project node_modules | |
to run quasar for your project: | |
npx quasar dev etc | |
npx is a wrapper that runs ./node_modules/.bin/quasar | |
source: steveclarke @ quasar discourse channel 2.23.2018 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment