VueUse composable patterns and TypeScript integration. Covers common VueUse gotchas, SSR compatibility, and best practices. Use when working with VueUse composables, debugging VueUse issues, or integrating VueUse with SSR.
Resources
1Install
npx skillscat add dedsiteam/dedsi-skills/vueuse-best-practices Install via the SkillsCat registry.
SKILL.md
VueUse Best Practices
Best practices and common gotchas for VueUse composables.
When to Apply
- Working with VueUse composables
- Debugging VueUse SSR issues
- Fixing type inference issues with VueUse
Efficiency Rules
Rules that help AI solve problems more effectively and consistently.
| Rule | Impact | Description |
|---|---|---|
| ssr-compatibility | HIGH | Handle VueUse composables in SSR environments |
| target-element-refs | MEDIUM | Properly pass element refs to VueUse composables |