IssuesApp (issues-app) A Quasar project Install the dependencies yarn # or npm install Configure env variables Copy .env.template and rename it as .env Lint the files yarn lint # or npm run lint Format the files yarn format # or npm run format Build the app for production quasar build Customize the configuration See Configuring quasar.config.js.