Skills vue-debug-guides

Vue 3 debugging and error handling for runtime errors, warnings, async failures, and SSR/hydration issues. Use when diagnosing or fixing Vue issues.

install
source · Clone the upstream repo
git clone https://github.com/vuejs-ai/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/vuejs-ai/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/vue-debug-guides" ~/.claude/skills/vuejs-ai-skills-vue-debug-guides && rm -rf "$T"
manifest: skills/vue-debug-guides/SKILL.md
source content

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