Ross ROSS = Recommend OSS · open-source software intelligence for agents

vuejs/router

🚦 The official router for Vue.js observed · 2026-08-28

github.com/vuejs/router · homepage · TypeScript · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
vuejs/routermain97

For agents

markdown · JSON · MCP: product_card(name="vuejs/router")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem