procyon dashboard v2 (procyon-dashboard-v2) vue3 framework use quasar ui and pinia manage store Install the dependencies yarn Start the app in development mode (hot-code reloading, error reporting, etc.) quasar dev Lint the files yarn lint Build the app for production quasar build compatible babel yarn add @babel/preset-env babel-jest @babel/core --dev practice of unit test link Vue Test Utils Pinia Test Pinia Test Example Quasar Test Example Customize the configuration See Configuring quasar.conf.js.