What is Quasar Framework?
devQuasar is an MIT-licensed, open-source framework based on Vue.js designed to allow developers to write a single codebase and simultaneously deploy it across multiple platforms. It provides a state-of-the-art UI following Material Guidelines and is highly performance-focused with automatic tree-shaking.
Supported Build Modes
You can use one codebase to create:
- SPAs (Single Page Apps)
- SSR (Server-side Rendered Apps) with optional PWA client takeover
- SSG (Static Site Generator Apps) with optional PWA client takeover and optional partial CSR
- PWAs (Progressive Web Apps)
- BEX (Browser Extensions)
- Mobile Apps (Android, iOS, etc.) via Cordova or Capacitor
- Desktop Apps (Multi-platform) via Electron