vue-pinia-best-practices
419Pinia stores, state management patterns, store setup, and reactivity with stores.
Vue Best Practices Workflow
376MUST be used for Vue.js tasks. Strongly recommends Composition API with `` and TypeScript as the standard approach. Covers Vue 3, SSR, Volar
vue-testing-best-practices
317Use for Vue.js testing. Covers Vitest, Vue Test Utils, component testing, mocking, testing patterns, and Playwright for E2E testing.
vue-router-best-practices
281Vue Router 4 patterns, navigation guards, route params, and route-component lifecycle interactions.
create-adaptable-composable
274Create a library-grade Vue composable that accepts maybe-reactive inputs (MaybeRef / MaybeRefOrGetter) so callers can pass a plain value, re
vue-debug-guides
262Vue 3 debugging and error handling for runtime errors, warnings, async failures, and SSR/hydration issues. Use when diagnosing or fixing Vue
vue-options-api-best-practices
241Vue 3 Options API style (data(), methods, this context). Each reference shows Options API solution only.
vue-jsx-best-practices
231JSX syntax in Vue (e.g., class vs className, JSX plugin config).