How to change theme in dev environment?
-
Hello everyone
My app generated with @vue/cli 2 and then added quasar v.0.17.9. with ios-theme.
How can I change theme from ios to mac for development and production? -
There are only two themes:
# Material Design $ quasar dev -t mat # iOS theme $ quasar dev -t ios
There are, however, different targets (-T) if you are compiling for Cordova.
https://quasar-framework.org/guide/quasar-cli.html