No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    How to change theme in dev environment?

    CLI
    2
    2
    511
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      Denni last edited by

      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?

      1 Reply Last reply Reply Quote 0
      • Hawkeye64
        Hawkeye64 last edited by

        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

        1 Reply Last reply Reply Quote 0
        • First post
          Last post