# QuasarProject **Repository Path**: fictiony/quasar-project ## Basic Information - **Project Name**: QuasarProject - **Description**: Quasar项目模板 - Quasar Project Template - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-07 - **Last Updated**: 2023-02-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Quasar Project (quasar-project) Quasar Project Template ## Install the dependencies ```bash yarn ``` ### Start the app in development mode (hot-code reloading, error reporting, etc.) ```bash quasar dev ``` ### Lint the files ```bash yarn run lint ``` ### Build the app for production ```bash quasar build ``` ### Customize the configuration See [Configuring quasar.conf.js](https://v1.quasar.dev/quasar-cli/quasar-conf-js).