Vue Router Best Practices
Plugin Verifiziert AktivVue 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.
Funktionen
- Vue Router 4 patterns
- Navigation guards guidance
- Route parameter handling
- Route-component lifecycle interactions
Anwendungsfälle
- Troubleshooting common Vue Router 4 issues
- Implementing correct navigation guard logic
- Handling route parameter changes effectively
- Ensuring proper component lifecycle management with routing
Nicht-Ziele
- Covering general Vue.js best practices
- Providing solutions for Vue Router versions prior to 4
- Addressing non-routing related Vue development challenges
Installation
Zuerst Marketplace hinzufügen
/plugin marketplace add hyf0/vue-skills/plugin install vue-router-best-practices@vue-skillsQualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Context7 Plugin
100Upstash Context7 MCP-Server für die Abfrage aktueller Dokumentationen. Ruft versionsspezifische Dokumentationen und Codebeispiele direkt aus Quell-Repositories in den LLM-Kontext.
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
99Offizielle GSAP-Skills für Claude, Cursor und andere KI-Agenten — Animationen, Timelines, ScrollTrigger, Plugins, Utilities, React und Performance
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.