back to home
vuejs / devtools-v6
⚙️ Browser devtools extension for debugging Vue.js applications.
24,780 stars
4,155 forks
516 issues
TypeScriptVueJavaScript
AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing vuejs/devtools-v6 in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Summary (README)
PreviewTry the next iteration of Vue Devtools!
We have a brand new version of Devtools being developed at vuejs/devtools-next. It is now in beta, please help us test it out!
vue-devtools

Documentation | Install the extension
Monorepo
| Package | Description |
|---|---|
| api | The public devtools API that can be installed in Vue plugins |
| app-backend-api | Abstract API to link the Public API, the core and Vue handlers |
| app-backend-core | The main logic injected in the page to interact with Vue apps |
| app-backend-vue1 | Decoupled handlers to support Vue 1 (soon) |
| app-backend-vue2 | Decoupled handlers to support Vue 2 |
| app-backend-vue3 | Decoupled handlers to support Vue 3 |
| app-frontend | Vue app displayed in the browser devtools pane |
| shell-chrome | Chrome/Firefox extension |
| shell-electron | Electron standalone app |
| shell-host | Development environment |
| shell-dev-vue2 | Demo app for development (Vue 2) |
| shell-dev-vue3 | Demo app for development (Vue 3) |
Contributing
See the Contributing guide.