Back to Skills

vue-router-v3

verified

Guidance for Vue Router v3 using the official Installation, Guide, and API docs. Use when users need routing setup, navigation patterns, or API details for Vue 2 projects.

View on GitHub

Marketplace

full-stack-skills

partme-ai/full-stack-skills

Plugin

development-skills-utils

Repository

partme-ai/full-stack-skills
39stars

skills/vue-router-v3/SKILL.md

Last Verified

February 1, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/partme-ai/full-stack-skills/blob/main/skills/vue-router-v3/SKILL.md -a claude-code --skill vue-router-v3

Installation paths:

Claude
.claude/skills/vue-router-v3/
Powered by add-skill CLI

Instructions

## When to use this skill

Use this skill whenever the user wants to:
- Install and configure Vue Router v3
- Implement routing patterns for Vue 2 applications
- Use navigation guards, history mode, or lazy-loading routes
- Reference Vue Router v3 API details

## How to use this skill

1. **Identify the topic** from the user request.
2. **Open the matching guide example** file in `examples/`.
3. **For API details**, open the matching file in `api/`.
4. **Follow official guidance** and keep outputs consistent with v3 docs.

### Installation mapping
- `examples/installation.md` → https://v3.router.vuejs.org/installation.html

### Guide mapping (one-to-one with https://v3.router.vuejs.org/guide/)

**Essentials**
- `examples/guide/index.md` → https://v3.router.vuejs.org/guide/
- `examples/guide/essentials/dynamic-matching.md` → https://v3.router.vuejs.org/guide/essentials/dynamic-matching.html
- `examples/guide/essentials/nested-routes.md` → https://v3.router.vuejs.org/guide/essentials/nested-routes.html
- `examples/guide/essentials/navigation.md` → https://v3.router.vuejs.org/guide/essentials/navigation.html
- `examples/guide/essentials/named-routes.md` → https://v3.router.vuejs.org/guide/essentials/named-routes.html
- `examples/guide/essentials/named-views.md` → https://v3.router.vuejs.org/guide/essentials/named-views.html
- `examples/guide/essentials/redirect-and-alias.md` → https://v3.router.vuejs.org/guide/essentials/redirect-and-alias.html
- `examples/guide/essentials/passing-props.md` → https://v3.router.vuejs.org/guide/essentials/passing-props.html
- `examples/guide/essentials/history-mode.md` → https://v3.router.vuejs.org/guide/essentials/history-mode.html

**Advanced**
- `examples/guide/advanced/navigation-guards.md` → https://v3.router.vuejs.org/guide/advanced/navigation-guards.html
- `examples/guide/advanced/meta.md` → https://v3.router.vuejs.org/guide/advanced/meta.html
- `examples/guide/advanced/transitions.md` → https://v3.router.vuejs.org/guide/advanced/

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
3339 chars
vue-router-v3 | Claude Skills