Quasar App (gowebsurvey) A Quasar Framework app. Created a dashboard to add the page content like articles, chapters or new course. Install the dependencies npm install Start the app in development mode (hot-code reloading, error reporting, etc.) quasar dev Lint the files npm run lint Build the app for production quasar build -m ssr Customize the configuration See Configuring quasar.conf.js.