Skip to page content
Quasar CLI with Vite - @quasar/app-vite v3

SPA Build Commands

Developing:

quasar dev

Building for production:

quasar build

If you want a production build with debugging enabled:

quasar build -d

# ..or the longer form
quasar build --debug