Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 534 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 534 Bytes

Quasar App (quasar-to-do)

A quasar project for a to do app

image

Install the dependencies

yarn
# or
npm install

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

quasar dev

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.