Skip to content

Quick Start 🚀 ​

Jump-start your development using this amazing theme.

Install the dependencies ​

bash
yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.) ​

bash
quasar dev

Build the app for production ​

bash
quasar build

Customize the configuration ​

See Configuring quasar.config.js.