🦀 ClawHub
Vue Composition Analyzer
by @charlie-morrison
Analyze Vue 3 Composition API usage — audit reactivity patterns, composable design, ref vs reactive choices, computed properties, watcher usage, and componen...
📋 Tips & Best Practices
npx vue-tsc --noEmit to type-check all SFC files including template expressionseffectScope() in composables that create many watchers/effects for batch cleanupuseAsyncData/useFetch for proper key usage and deduplicationTERMINAL
clawhub install vue-composition-analyzer