Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

vincent15000's avatar

VueJS devtools doesn't detect VueJS

Hello,

I have a Laravel / VueJS application with VueJS installed with vite inside the Laravel application.

VueJS devtools doesn't detect VueJS.

Do you have any idea why ?

Thanks for your help.

V

0 likes
8 replies
gych's avatar

Double check if your envorinment in the ENV file is not set to production.

1 like
gych's avatar

@vincent15000 Ok, I sometimes have the same issue and what works for me are these steps:

  1. Go to the website
  2. Open browser dev tools
  3. Close browser dev tools
  4. Hard refresh your browser (Shift + Ctrl + F5)
  5. Open dev tools

If it still doesn't work after following these steps, try to reinstall the Vue Dev Tools extension and after that repeat the steps.

1 like
vincent15000's avatar

@gych No it doesn't work, I have tried all what you suggested me.

I still have this message : Vue.js not detected.

Makoto0528's avatar

vuetools detects vue in laravel when the "npm run dev" command is executed

1 like

Please or to participate in this conversation.