NotePadA Quasar Framework appInstall the dependenciesnpm installStart the app in development mode (hot-code reloading, error reporting, etc.)quasar devLint the filesnpm run lintBuild the app for productionquasar buildCustomize the configurationSee Configuring quasar.conf.js.