vue-debug-guides

Originally fromhyf0/vue-skills
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, animations, and more) with direct links to specific error scenarios and fixes
  • Covers Vue 3 specific gotchas including ref unwrapping, proxy identity hazards, v-model IME composition, template ref timing, and hydration mismatches
  • Addresses advanced patterns like composable restrictions, provide/inject reactivity limitations, slot scoping, and KeepAlive memory leaks
  • Includes SSR and TypeScript debugging guidance for universal code paths, type inference pitfalls, 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

Watchers

Components

Props & Emits

Templates

Template Refs

Forms & v-model

Events & Modifiers

Lifecycle

Slots

Provide/Inject

Attrs

Composables

Composition API

Animation

TypeScript

Async Components

Render Functions

KeepAlive

Transitions

Teleport

Suspense

SSR

Performance

SFC (Single File Components)

Plugins

App Configuration

Related skills
Installs
6.0K
Repository
vuejs-ai/skills
GitHub Stars
2.4K
First Seen
Jan 30, 2026