This is a Quasar Framework single-page application (SPA) template.
Before getting started, ensure you have Node.js installed on your machine. Then, navigate to the project directory and install the dependencies:
npm install
Run the app in development mode to benefit from hot-code reloading, error reporting, and other development features:
quasar dev
To lint the files and ensure code quality, use the following command:
npm run lint
Build the application for production by running the following command:
quasar build
The production-ready files will be generated in the dist
directory.