vue-debug-guides

Installation
Summary

Comprehensive Vue 3 debugging reference covering reactivity, components, templates, lifecycle, SSR, and 100+ common runtime issues.

  • Organized by feature area (reactivity, computed, watchers, components, templates, forms, lifecycle, SSR, TypeScript, and more) with direct links to specific error scenarios and fixes
  • Covers Vue 3 specific gotchas including ref unwrapping, proxy identity hazards, v-model composition events, template ref timing, and hydration mismatches
  • Addresses async patterns, watcher cleanup, lifecycle hook timing, and memory leak prevention across composables and event listeners
  • Includes SSR and TypeScript debugging guidance for universal code, type safety with generics, and cross-request state pollution
SKILL.md

Vue 3 debugging and error handling for runtime issues, warnings, async failures, and hydration bugs. For development best practices and common gotchas, use vue-best-practices.

Reactivity

Computed

Related skills
Installs
13.1K
Repository
hyf0/vue-skills
GitHub Stars
2.4K
First Seen
Jan 30, 2026