Quick setup for beta 0.14 (generic)
-
Shamelessly copied and adapted from @real_carbonneau windows version (Thank you):
http://forum.quasar-framework.org/topic/523/quick-setup-for-beta-0-14-on-windows
@real_carbonneau said in Quick setup for beta 0.14 on windows:Here is a quick start guide for quasar-framework beta 0.14 :
This assumes you have node and git already installed
npm install -g quasar-cli // This will also update your existing quasar CLI quasar init default#beta <project_folder> // Sets up the folder cd <project_folder> npm i --save git+https://git@github.com/quasarframework/quasar-edge.git npm install quasar dev // Runs a dev webserver
Test at http://localhost:8080/
Enjoy!
run this whenever you want the latest version
npm update quasar-framework
-
Maybe step 4 is redundant with step 2, I’m not entirely sure. (I mean this could be optional: npm i --save git+https://git@github.com/quasarframework/quasar-edge.git)
But it’ll help people upgrading from a 0.13.x
Those people will want to skip step 2, and should probably read: http://forum.quasar-framework.org/topic/522/upgrade-guide-for-0-14-beta