Why donate
API Explorer
quasar.config.js
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 with Typescript

In order to support SSR with Typescript, you will need to:

  1. Edit quasar.config.js > supportTS. Set it to true or use the Object form.
  2. Rename all your files in /src-ssr from .js to .ts and make the necessary TS code changes.

More info: Supporting TS