JuSoft weather Install the dependencies yarn Web (SPA) To launch for development, run quasar dev To build for production, run quasar build Desktop To launch for development, run quasar dev -m electron To build for production, run quasar build -m electron For Windows build when running Mac To launch for development, run Windows in a virtual machine and run development process there To build for production, uncomment the platform: 'win32' line in quasar.conf.js and run quasar build -m electron iOS (Mac only) To launch for development, install Xcode and run quasar dev -m ios To build for production, run quasar build -m ios Android To launch for development, install Android Studio, Android File Transfer, setup and launch Android Virtual Device, and run quasar dev -m android To build for production, run quasar build -m android Icons To regenerate icons & splash screens, run yarn icons