skills/vue-debug-guides/SKILL.md
Vue 3 debugging and error handling for runtime errors, warnings, async failures, and SSR/hydration issues. Use when diagnosing or fixing Vue issues.
npx skillsauth add hyf0/vue-skills vue-debug-guidesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
testing
Use for Vue.js testing. Covers Vitest, Vue Test Utils, component testing, mocking, testing patterns, and Playwright for E2E testing.
tools
Vue Router 4 patterns, navigation guards, route params, and route-component lifecycle interactions.
development
Pinia stores, state management patterns, store setup, and reactivity with stores.
development
Vue 3 Options API style (data(), methods, this context). Each reference shows Options API solution only.