Full-stack-skills vue-router-v3

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.

install
source · Clone the upstream repo
git clone https://github.com/partme-ai/full-stack-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/partme-ai/full-stack-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/vue-skills/vue-router-v3" ~/.claude/skills/partme-ai-full-stack-skills-vue-router-v3 && rm -rf "$T"
manifest: skills/vue-skills/vue-router-v3/SKILL.md
source content

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

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

Essentials

Advanced

API mapping (one-to-one with https://v3.router.vuejs.org/api/)

Resources

Keywords

vue-router v3, vue 2 router, routing, navigation guards, history mode, router-link, router-view, route config, route object