Getting Started
There are 3 sections on this documentation website that will get you familiarized with Quasar:
- Guide - Information about CLI, starter kits, how to get you started working on a project folder
- API - Global Javascript and CSS (framework) API
- Components - List of Quasar components
First steps
Quasar CLI allows you to start new projects in no time by generating a starter boilerplate filled with everything that you need. It also does most of the heavy-lifting so you don’t have to take care of the redundant tasks. You must install it to generate and manage a Quasar App.
Create your first App
|
Start a development server of your first App, equipped with hot reload:
Create *.vue
components from ready to use component templates folder (/templates
):
Type can be layout
, view
(page content), component
(generic *.vue
component).
You can even make your own component templates and use CLI to generate them in your App.
Quasar Play App
If you want to develop mobile Apps with hot reload directly on your mobile phone, install Quasar Play app, currently only on Google Play Store.
This generates a QR code that you can scan with Quasar Play app and you’ll have your App on the phone as long as the development server is running.
Things to read about
You should be familiar with these awesome tools/technologies:
- ES6 Javascript
- Vue Js and NPM ecosystems
- Vue Router
- Writing .vue files
- [Optional] Vuex if building large scale Apps.
- [Optional] Webpack for tweaking the build system to your specific needs
- [Optional] Cordova for building native mobile phone Apps out of your Quasar App
That’s it. You’re set now. Continue to read the guide about Quasar and don’t forget to have fun :)