vuejs/devtools
⚙️ Devtools for debugging Vue.js applications. observed · 2026-08-28
Health v2 · maintenance only
93/100
- Activity 99
- Release rhythm 95
- Longevity 78
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 6
- age_days: 1097
- days_rel: 39
- days_push: 7
- n_releases_24m: 50
Adoption not part of the score
2894 stars · 270 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Vue DevTools is the official debugging and inspection tool for Vue.js applications, available as a Vite plugin, browser extension, or standalone app. It provides component tree inspection, live state editing, time travel debugging, and integrations with Vue Router and Pinia.
Use cases
- inspect Vue component tree and state
- debug Vue app state changes with time travel
- edit component props and state live
- view and navigate Vue Router routes
- inspect Pinia stores and edit their state
- profile Vue app rendering performance
- find which component renders a DOM element
When to choose
- you develop Vue.js applications and need component/state inspection
- you want Pinia and Vue Router integration in your devtools
- you use Vite and want deep integration like inspect and asset browsing
- you need a plugin API to surface your library's data in devtools
When to avoid
- you work with React, Angular, or Svelte rather than Vue
- you need production monitoring or error tracking rather than local development tooling
- you use the legacy Vue 2 workflow without support for the v7 tooling
Facets
plugin · maturity active
developer-tools monitoring state-management frontend web-development developer-tools browser-extension cross-platform vue vue-devtools vite-plugin debugging pinia vue-router time-travel-debugging nodejs
4 sources
- readme: https://github.com/vuejs/devtools · fetched 2026-08-28 · ed8f39c12e52
- homepage: https://devtools.vuejs.org/ · fetched 2026-08-29 · 2b8aee48f544
- site_page: https://devtools.vuejs.org/getting-started/introduction · fetched 2026-08-29 · 79cebdb9214b
- site_page: https://devtools.vuejs.org/getting-started/features · fetched 2026-08-29 · 2fde6aa756d5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| vuejs/devtools | main | 93 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem