Why donate
API Explorer
Upgrade guide
NEW!
The quasar.config file
Convert to CLI with Webpack
Browser Compatibility
Supporting TypeScript
Directory Structure
Commands List
CSS Preprocessors
Routing
Lazy Loading - Code Splitting
Handling Assets
Boot Files
Prefetch Feature
API Proxying
Handling Webpack
Handling process.env
State Management with Pinia
State Management with Vuex
Linter
Testing & Auditing
Developing Mobile Apps
Ajax Requests
Opening Dev Server To Public
Quasar CLI with Webpack - @quasar/app-webpack
SSR Build Commands

Quasar CLI makes it incredibly simple to develop or build the final distributables from your source code.

Developing

$ quasar dev -m ssr

# ..or the longer form:
$ quasar dev --mode ssr

Building for Production

$ quasar build -m ssr

# ..or the longer form:
$ quasar build --mode ssr

If you want a production build with debugging enabled:

$ quasar build -m ssr -d

# ..or the longer form
$ quasar build -m ssr --debug