dms Install the dependencies pnpm install Start the app in development mode (hot-code reloading, error reporting, etc.) quasar dev Lint the files pnpm run lint Format the files pnpm run format Build the app for production quasar build Customize the configuration See Configuring quasar.config.js.