Showing posts with label Quasar. Show all posts
Showing posts with label Quasar. Show all posts

Sunday, January 21, 2018

Creating New Quasar Project using Windows 7

run
npm i -g quasar-cli --no-optional


After successfully installing quasar, we can execute this command :

Above steps are only executed once, so when we wanto create another quasar project in future, we don't have to do those commands again. We can simply just create our first quasar app yeaaah.... :D
Ok let's create our first quasar app by running this command :
Now we can see the project structure of quasar app like this :
Next let's jump to our quasar project app, 'cd quasar_first' and then execute 'npm install' for installing quasar dependency ....
Last... Just run quasar by executing 'quasar dev'