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

    Turn off the annoying Vue production tip

    Show & Tell
    3
    7
    22721
    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.molinari
      s.molinari last edited by s.molinari

      As of Quasar version 0.13.2, you can now use a Vue config setting to turn off the (annoying) production tip you see in the console, when working with Quasar in dev mode. You know, this one:

      You are running Vue in development mode.
      Make sure to turn on production mode when deploying for production.
      See more tips at https://vuejs.org/guide/deployment.html

      To get rid of it, all you need is:

      Vue.config.productionTip = false

      Happy programming! šŸ˜„

      Scott

      1 Reply Last reply Reply Quote 3
      • G
        grandsong last edited by

        Thanks! Small but useful tip.

        1 Reply Last reply Reply Quote 1
        • R
          raj015 last edited by

          can you please let me know where exactly this line of code need to be placed

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

            In main.js after

            Vue.use(Quasar) // Install Quasar Framework

            That is where I’d put it.

            Scott

            1 Reply Last reply Reply Quote 0
            • R
              raj015 last edited by

              what is this quasar framework , actually i got the error same as you posted while working on Vue

              1 Reply Last reply Reply Quote 0
              • R
                raj015 last edited by

                can you please help me to get rid of this , i already spent half a day to get rid of this and its so annoying

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

                  Add the line

                  Vue.config.productionTip = false

                  in your main.js file before the line with new Vue.

                  That should turn off the warning.

                  Scott

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