Skip to the content.

Quasar

Quasar is a Vue.js framework that allows developers to build responsive web applications, mobile apps (using Cordova or Capacitor), and Electron apps using a single codebase. It provides a rich set of components, tools, and themes to streamline the development process.

Features

Getting Started

To get started with Quasar, you can follow these steps:

1. Install Node.js and npm if you haven’t already

2. Install Quasar CLI globally using npm

npm install -g @quasar/cli

3. Create a new Quasar project

quasar create my-project

4. Navigate to your project directory and start the development server

cd my-project
quasar dev

5. Open your browser and navigate to localhost:8080 to see your Quasar application running

For more detailed instructions and documentation, please visit the Quasar documentation.

Documentation

Examples