User:Valasek

From Wikipedia, the free encyclopedia

Discussion page content[edit]

In the spirit of Open Source, I want to start and set up for non-English speaking Slovakians a Slovak Wikipedia. Mission done.


Below is a draft page for Quasar Framework

Quasar Framework[edit]

Quasar Framework (also known as Quasar) is a JavaScript library[1]. It is maintained by a community of individual developers.[2]

Quasar is based on Vue.js, implements the Material Design 2.0 layout by Google and can be used as a base in the development of a single-page, desktop or mobile applications, as it provides build modes to compile target application from one codebase. It can be extended with a custom or existing 3rd party libraries via so-called App extensions.[3]

Quasar Framework
Original author(s)Razvan Stoenescu
Developer(s)Quasar core team
Initial releaseApril 4, 2015; 8 years ago (2015-04-04)[4]
RepositoryQuasar Framework Repository
Written inJavaScript
PlatformWeb platform
TypeJavaScript library
LicenseMIT License
Websitequasar.dev

History[edit]

Quasar was created by Razvan Stoenescu after he left his work at ... to create a performance-focused framework. The work started on XXX and the first source code commit to the project was dated April 2015, and Quasar was first released the following August, in 2016.

Multiple build targets[edit]

Quasar CLI uses underlying technologies - Cordova, Capacitor and Electron to build applications for multiple target platforms:

  • SPAs (Single Page App)
  • SSR (Server-side Rendered App) (+ optional PWA client takeover)
  • PWAs (Progressive Web App)
  • Mobile Apps (Android, iOS, …) through Cordova or Capacitor
  • Multi-platform Desktop Apps (using Electron)

Quasar can be used in three modes:

  • UMD/Standalone (embed into an existing project through CDN, progressive integration)
  • Quasar CLI (the premium developer experience for free, recommended)
  • Vue CLI 3 plugin

Ecosystem[edit]

The core framework comes with a set of Vue components using Material Design 2.0, custom Vue directives, Quasar plugins, App extensions and utils developed by the core team and contributors.

Official Tooling[edit]

  • Quasar CLI - Standard tooling for rapid Quasar development

Official Libraries[edit]

  • Quasar App Extensions - Set of official plugins extending the core Quasar functionalities

See also[edit]

Comparison of JavaScript frameworks

References[edit]

  1. ^ "Quasar - Build high-performance VueJS user interfaces in record time". Quasar. Retrieved 14 October 2019.
  2. ^ Jankov, Tonino (May 30, 2019). "Introduction to Vue.js and the Quasar Framework". Sitepoint.
  3. ^ "Quasar - App Extensions". Quasar App Extensions. Retrieved 14 October 2019.
  4. ^ "First commit". Github. Retrieved 14 Nov 2019.

External links[edit]


Category:JavaScript web frameworks Category:Software frameworks Frameworks Category:Web development Category:Software using the MIT license