Quasar Weather (quasar-weather) A Quasar Framework app Install the dependencies npm install Start the app in development mode (hot-code reloading, error reporting, etc.) quasar dev Build the app for production quasar build Build the app for Windows quasar build -m electron Build the app for MacOS quasar dev -m electron Customize the configuration See Configuring quasar.conf.js.