Quick setup for beta 0.14 on windows
-
Here is a quick start guide for quasar-framework beta 0.14 on Windows:
- Install Node.js (https://nodejs.org/en/)
- Install git from Binaries (https://git-scm.com/download/win)
- Open the Node.js command line from the Windows start menu
- npm install -g quasar-cli (This will also update )
- npm update quasar-framework (to update to latest, do regularly)
- quasar init default#beta <project_folder> (Sets up the folder)
- cd <project_folder>
- npm install
- quasar dev (Runs a dev webserver)
- Test at http://localhost:8080/
Enjoy!