vuejs/router
🚦 The official router for Vue.js observed · 2026-08-28
Health v2 · maintenance only
97/100
- Activity 99
- Release rhythm 93
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 18.5
- age_days: 2764
- days_rel: 49
- days_push: 9
- n_releases_24m: 19
Adoption not part of the score
4672 stars · 1295 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Vue Router is the official client-side routing library for Vue.js, providing expressive route definitions, navigation guards, and history mode support. It maps URL routes to Vue components and controls navigation behavior in single-page applications.
Use cases
- add client-side routing to a Vue single-page app
- define dynamic routes with params for a Vue app
- guard routes with authentication checks before navigation
- control scroll behavior when navigating between pages
- choose between HTML5, hash, or memory history modes
- lazy-load route components for code splitting
When to choose
- you are building a Vue.js SPA or SSR app that needs URL-based navigation
- you want the officially supported router with deep Vue integration
- you need fine-grained navigation control with per-route guards
When to avoid
- your project uses React, Angular, or Svelte rather than Vue
- you are building a multi-page server-rendered site without client-side routing
- you need a full backend routing framework rather than a browser-side router
Facets
library · maturity stable
routing middleware frontend-framework web-development frontend developer-tools browser cross-platform vue vue-router spa client-side-routing navigation-guards history-api nodejs
3 sources
- readme: https://github.com/vuejs/router · fetched 2026-08-28 · 4cd360faff49
- homepage: https://router.vuejs.org/ · fetched 2026-08-29 · 7ecd515a9d20
- site_page: https://router.vuejs.org/installation · fetched 2026-08-29 · 30e4e7f8ff0b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| vuejs/router | main | 97 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem