I\'m trying to enable vue-devtools in Google Chrome. But I cannot enable it. I\'m using vue.js inside the Laravel application.
My server runs using
If your using CDN; make sure your not using a production (minified) build of the library.
Use: https://unpkg.com/vue@2.4.4/dist/vue.js
Instead of: https://unpkg.com/vue@2.4.4/dist/vue.min.js
You might need to do Ctrl+Alt+I for it to show up the first time. (Source)
Ctrl+Alt+I