What is Quasar Framework?
- It is based on Vue.js
- You get a modern user interface following Material guidelines for your websitesandapplications immediately.
- The best support for desktop and mobile browsers (including Safari for iOS!) out of the box
- Best-in-class support for every build mode (SPA, SSR, PWA, mobile app, desktop app and browser extension), with an excellent developer experience through close integration with our own CLI
- It is easy to customize (CSS) and extend (JS)
- It is the most performance-focused framework.
- Automatic tree shaking is supported
- An amazing community on our forum and Discord chat
- It has a regular release cycle that includes new features.
- It receives quick fixes and listens to community requests.
- It handles the entire development experience, including creating application icons and splash screens.
Concerned about overhead? You need not worry. If you only want to build a website, Quasar will generate only the code needed for that website. The same applies to its other build modes.
What is Quasar?
Quasar (pronounced /ˈkweɪ.zɑɹ/) is an MIT-licensed, open-source framework based on Vue.js that lets web developers quickly create responsive websites and applications in many forms:
- SPA (Single-Page Application)
- SSR (Server-Side Rendered application) with optional PWA client takeover
- PWA (Progressive Web App)
- BEX (browser extension)
- Mobile applications (Android, iOS, etc.) through Cordova or Capacitor
- Cross-platform desktop applications (using Electron)
Quasar's motto is: write code once and deploy it simultaneously as a website, a mobile app and/or an Electron app. One codebase for all of them helps you develop an application in record time using a modern command-line interface, backed by Quasar's fast web components and best practices.
With Quasar, you do not need additional heavy libraries such as Hammer.js, Moment.js or Bootstrap. It covers these needs internally with a small footprint!

