/txws-zpsfzds

Primary LanguageJavaScript

Quasar App (SPA)

This is a Quasar Framework single-page application (SPA) template.

Installation

Before getting started, ensure you have Node.js installed on your machine. Then, navigate to the project directory and install the dependencies:

npm install

Development Mode

Run the app in development mode to benefit from hot-code reloading, error reporting, and other development features:

quasar dev

Linting

To lint the files and ensure code quality, use the following command:

npm run lint

Production Build

Build the application for production by running the following command:

quasar build

The production-ready files will be generated in the dist directory.