Intellart website Built with Quasar and Vue.js 3 Install the dependencies npm install npm install -g @vue/cli npm install -g @quasar/cli npm install -g vuex@next 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 Customize the configuration See Configuring quasar.conf.js.