kamand ui

A Quasar Framework app

Install the yarn

npm install --global yarn

Install the quasar cli

yarn global add @quasar/cli

Install the dependencies

yarn install

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

npx quasar dev

open app in browser

http://localhost:8080/#/

Build the app for production

npx quasar build

Customize the configuration

See Configuring quasar.conf.js.