Disable "You are running Vue in development mode" warning
Hi,
I'm using Vue in a fresh install of Laravel.
In the console in the browser, there's a message telling me that I'm running Vue in development mode with a link to the "how to deploy" page of the documentation.
i am a beginner and facing the same problem , i couldn't understand where exactly "Vue.config.productionTip = false;" need to be placed, can anyone please guide me with some elaborate explanation
@raj015 Anywhere you define your app is fine. If you are using the laravel+vue I'd put it in the main app.js file or the resources/assets/js/bootstrap.js