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

    From MacOSX can I have quasar dev launch into Chrome instead of the default Safari?

    Help
    3
    4
    265
    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.
    • S
      sjmcdowall last edited by

      Sorry if this is an obvious question and covered – obviously a newbie here. Is there way to get quasar dev to head to Chrome so I can use all the Vue debug tools, etc.? I am running it on the command line although within VS Code if that makes any difference.

      TIA

      1 Reply Last reply Reply Quote 0
      • s.molinari
        s.molinari last edited by

        Not tested, but you should be able to use the open option for the dev server.

        https://webpack.js.org/configuration/dev-server/#devserveropen

        Add the option in quasar.conf.js.

        https://quasar.dev/quasar-cli/quasar-conf-js

        Scott

        1 Reply Last reply Reply Quote 0
        • D
          devmime last edited by devmime

          It’s working with the open option.

          devServer: {
             open: 'Google Chrome'
           },
          
          S 1 Reply Last reply Reply Quote 2
          • S
            sjmcdowall @devmime last edited by

            @devmime – Perfect!

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