HOME

TheInfoList



OR:

Quasar Framework (commonly referred to as Quasar; pronounced ) is an
open-source Open source is source code that is made freely available for possible modification and redistribution. Products include permission to use the source code, design documents, or content of the product. The open-source model is a decentralized sof ...
Vue.js based framework for building apps, with a single codebase, and deploy it on the Web as a
SPA A spa is a location where mineral-rich spring water (and sometimes seawater) is used to give medicinal baths. Spa towns or spa resorts (including hot springs resorts) typically offer various health treatments, which are also known as balneoth ...
, PWA, SSR, to a Mobile App, using Cordova for iOS &
Android Android may refer to: Science and technology * Android (robot), a humanoid robot or synthetic organism designed to imitate a human * Android (operating system), Google's mobile operating system ** Bugdroid, a Google mascot sometimes referred to ...
, and to a Desktop App, using Electron for Mac, Windows, and Linux. Quasar Framework was created by Razvan Stoenescu and is maintained by him and the rest of the active core team members, who work at various companies such as
Lenovo Lenovo Group Limited, often shortened to Lenovo ( , ), is a Chinese Multinational corporation, multinational technology company specializing in designing, manufacturing, and marketing consumer electronics, Personal computer, personal computers, ...
, IntelliView Technologies Inc. and AG Development Services.


Overview

Quasar Framework Quasar’s motto is: Build high-performance VueJS user interfaces in record time. This is possible because you only need to write one authoritative source of code for all platforms: responsive desktop/mobile websites (
SPA A spa is a location where mineral-rich spring water (and sometimes seawater) is used to give medicinal baths. Spa towns or spa resorts (including hot springs resorts) typically offer various health treatments, which are also known as balneoth ...
, SSR + SPA client takeover, SSR + PWA client takeover), PWAs (Progressive Web Apps), mobile apps (that look native) and multi-platform desktop apps (through Electron) and also Browser Extensions. There’s a component for almost every web development need within Quasar. Quasar is designed with performance & responsiveness in mind, therefore overhead of using Quasar is barely noticeable.


History

Quasar Framework was created by Razvan Stoenescu after working for IBM and
Lenovo Lenovo Group Limited, often shortened to Lenovo ( , ), is a Chinese Multinational corporation, multinational technology company specializing in designing, manufacturing, and marketing consumer electronics, Personal computer, personal computers, ...
using constantly new and different software tools to create all the separate types of iOS apps, Android apps, web apps, websites, Windows Desktop apps, Apple Desktop apps, and PWAs. He later summed up his thought process: "I longed for a single framework that would remove all the complexity and produce all these different flavours of apps … from a SINGLE codebase. Unable to locate such a mythical tool, I decided to build it." The first source code commit to the project was dated 2015, and Quasar stable 1.0 release was released in July 2019. The first Quasar conference took place in July 2020. Quasar v2 (with Vue.js 3) went stable in 2.0.0 release in June 2021.


Features


Components

Quasar apps are built using Vue and *.vue Single File Component system, which contain multiple sections: template (HTML), script (Javascript) and style (CSS/Stylus/SASS/SCSS/Less) - all in the same file. The code snippet below contains an example of a Quasar component. The component links properties in a side drawer:


Ecosystem

The core library comes with tools and libraries both developed by the core team and contributors.


Official tooling

; Quasar CLI: The global part of the CLI needed for the creation of the apps via development and a build environment for cross-device/ cross-platform application development and distribution. ; Quasar App: The local part of the CLI, which entails the development and build environments. The CLI allows for extremely fast development via a dev server, which enables you to see your changes happen live. Using the build systems of the CLI, you to take your single project and build it out to the multiple platforms and environments Quasar supports (i.e. Web, PWA, Web+SSR, PWA+SSR, Cordova, Capacitor, Electron, Browser Extensions, etc.). ; Quasar UI: The component library within Quasar, with battle tested, high performance components along with numerous directives, helper utilities, plugins and more.


See also

* Comparison of JavaScript frameworks * JavaScript framework * JavaScript library * List of rich web application frameworks * Multiple phone web-based application framework


Sources


References


External links

* {{Official website, quasar.dev __FORCETOC__ Computer-related introductions in 2015 JavaScript web frameworks Software frameworks Frameworks Web development Software using the MIT license Communication software Rich web application frameworks