Installation

Start a new project using Quasar + Vue and enjoy a structure that will boost your productivity and application control

If you have SSH configured on Github you can make a clone using the command below wheremy-projectis the name of the folder that will be created with the project.

$ git clone git@github.com:quasarframeworkbrasil/skeleton.git my-project

If you are not sure about this or do not use the option via HTTPS wheremy-projectis the name of the folder that will be created with the project.

$ git clone https://github.com/quasarframeworkbrasil/skeleton.git my-project

The above commands will create themy-projectfolder, use whatever name you think is most appropriate. With the project on your workstation you can start coding like crazy!

Last updated

Was this helpful?