AI product readChrome DevTools extension for debugging and inspecting Vue.js applications
Provides developers with specialized tools to inspect, debug, and profile Vue.js applications directly in Chrome DevTools, which is not possible with standard browser DevTools alone
1. Install extension and navigate to a page with Vue.js. 2. Extension automatically detects Vue.js via content scripts (prepare.js runs at document_start in MAIN world). 3. Extension popup shows Vue detection status (enabled/disabled/Nuxt/VitePress). 4. Open Chrome DevTools and find the Vue panel. 5. Inspect component tree, view component state/props/events, debug application state. 6. Use graph visualization to understand component relationships.
Detects Vue.js presence on web pages and shows detection status in extension popupAdds dedicated Vue panel to Chrome DevTools for component inspectionDisplays component tree hierarchy with parent-child relationshipsInspects component state, props, computed properties, and emitted eventsSupports Vue 2 (with migration guide to Vue 3) and Vue 3 applicationsDetects and provides specialized icons for Nuxt and VitePress frameworks
- Target users
- Vue.js developers / Frontend developers building with Vue.js framework / Developers using Nuxt.js or VitePress / Frontend developers debugging Vue component hierarchies and state
- The extension source code is minified, making some analysis less precise. However, the core architecture is clear from entry files and manifest.
- Cannot verify if external Vue.js ecosystem tools (like Vue DevTools desktop app or VS Code extension) have paid features, but this Chrome extension itself is completely free.
- The large vis.js graph visualization library (1.9MB) contains many false positive keyword matches that are part of the library code, not the extension's own functionality.
MonetizationNo paid features detected
Vue.js devtools is a completely free, open-source developer tool (GitHub: vuejs/devtools). There are no payment mechanisms, subscription models, feature gating, or upgrade prompts anywhere in the codebase. The 'pro' keyword matches are all false positives hitting Vue component 'props' properties and Object.prototype methods. The extension has no integration with payment platforms, no billing APIs, and no premium feature indicators.
- Confidence
- 95
- Payment platform
- --
- Source
- AI / High
- Login required
- No
- Reason
- Vue.js devtools is a local browser extension that works entirely within Chrome DevTools without requiring any user authentication or account creation. The extension operates by injecting scripts into pages to detect Vue.js instances and communicate with a devtools panel. No login UI, authentication flows, or account management features exist in the codebase. The keyword matches for 'token', 'session', 'account', and 'auth' are all false positives from the vis.js graph visualization library (HammerJS touch sessions), DOM token lists, MIT license text, and mathematical comments like 'accounting for the positions'.
怎么回退版本?6.6.1找不到
최근 업데이트 이후 vue devtool이 멈추는 현상이 있네요ㅠㅠ
Most of the time doesn't work
Love this great tool, been working with it for ages. 6.6.1 is somehow not working on regular tabs of Chrome v121 and v122, but working in incognito mode. Seems like the service worker doesn't fire up. Nevertheless, a must if you use Vue or Nuxt. EDIT: The bug of not showing up can be fixed by going to Chrome Devtools > Application > Service Workers and disabling the "Update on Reload" checkbox. This should be a temporary solution until a fix is implemented.
Красивый? Да. Но когда закрываю вкладу DevTools, то я не могу перейти на другие вкладки, а нагрузка на ПК высокая. Не рекомендую
며칠전부터 내 vue 프로젝트에서 devtool에 vue devtools가 보이지 않음. 해결방법이 무엇임
Its not working on my Chrome Version 121.0.6167.184 (Official Build) (arm64), i am using chrome on Macbook Pro M1. It was working proper for older version since i updated the chrome its not working.
For some reason it does not work on Chrome v121 but it works on Chrome Beta (v122)
Amazing work with the latest update - much more stabel, metter UI, lots of bugs fixed.
disappear in devtools [CHROME][UBUNTU]