Vue Router Best Practices
插件 已验证 活跃Vue Router 4 patterns, navigation guards, route params, and route-component lifecycle interactions.
To provide developers with best practices and solutions for common issues encountered when using Vue Router 4, ensuring more robust and maintainable Vue.js applications.
功能
- Vue Router 4 patterns
- Navigation guards guidance
- Route parameter handling
- Route-component lifecycle interactions
使用场景
- Troubleshooting common Vue Router 4 issues
- Implementing correct navigation guard logic
- Handling route parameter changes effectively
- Ensuring proper component lifecycle management with routing
非目标
- Covering general Vue.js best practices
- Providing solutions for Vue Router versions prior to 4
- Addressing non-routing related Vue development challenges
安装
请先添加 Marketplace
/plugin marketplace add hyf0/vue-skills/plugin install vue-router-best-practices@vue-skills质量评分
已验证类似扩展
Context7 Plugin
100Upstash Context7 MCP 服务器,用于查找最新文档。直接从源代码存储库将特定版本的文档和代码示例拉取到您的 LLM 上下文中。
Claude Hud
100Real-time statusline HUD for Claude Code - displays context usage, tool activity, agent tracking, and todo progress
UI/UX Design Plugin
99Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Gsap Skills
99Claude、Cursor 及其他 AI 代理的官方 GSAP 技能 — 动画、时间轴、ScrollTrigger、插件、工具、React 和性能
Vue Jsx Best Practices
98JSX syntax in Vue (e.g., class vs className, JSX plugin config).
Create Adaptable Composable
98Create a library-grade Vue composable that accepts maybe-reactive inputs (MaybeRef / MaybeRefOrGetter) so callers can pass a plain value, ref, or getter. Normalize inputs with toValue()/toRef() inside reactive effects (watch/watchEffect) to keep behavior predictable and reactive. Use this skill when user asks for creating adaptable or reusable composables.