OSS Tanbou

Nuxt — a full-stack Vue framework for SSR, SSG, and hybrid rendering

Discovery score 327.2OSS health 92
About these scores

Discovery score is an unbounded weighted, log-compressed index of stars, watchers, forks, and contributors. Growth momentum is its change over the observed period; OSS health is a 0–100 score from available repository recency, Community Health, and release data.

Stars
60,848
Primary language
TypeScript
License
MIT
Repository last updated
Sep 12, 2026

Overview

Nuxt is a framework for building type-safe websites and full-stack web applications from Vue components. It combines routing, data fetching, metadata, and a server directory while supporting SSR, SSG, hybrid, and other rendering modes.

Based on official documentation; not hands-on tested · Content checked:

One convention for rendering, routing, and server work

It derives routes from project structure and integrates code splitting, prefetching, data fetching, state management, automatic imports for components and composables, and zero-configuration TypeScript. A server/ directory adds server-side work, while modules and deployment adapters extend the stack.

Sources: [1]

For Vue teams spanning public sites and full-stack apps

It is a candidate when a Vue team wants one set of conventions for search-facing pages, statically generated sites, and applications with server logic. Starters and a module catalog provide several entry points instead of requiring every integration to be assembled manually.

Sources: [1]

Choose rendering and deployment targets deliberately

Nuxt assumes Vue. SSR, SSG, hybrid, and edge modes differ in execution location, caching, and data-fetching behavior, while module and hosting support also varies. Adoption should be checked against documentation for the Nuxt release and the intended deployment platform.

Sources: [1]

Official sources

  1. [1]Nuxt README(2026-09-12)
Supplemental curator note

Selected for its planned move from nuxt.js and a discovery surface organized around rendering modes and dedicated documentation.

Growth trends

Last 30 days

60,848 Stars

Trend data is still being collected.

Built with

  • TypeScript
  • Vue

Categories and tags

GitHub Topics

  • csr
  • full-stack
  • hybrid
  • node
  • nuxt
  • server-rendering
  • ssg
  • ssr
  • static-site-generator
  • universal
  • vue
  • hacktoberfest
GitHub dataView detailed GitHub data
Stars
60,848
Forks
5,799
Watchers
801
Open issues
304
Contributors
419
Primary language
TypeScript
License
MIT
Repository last updated
Sep 12, 2026
Report incorrect information

Tell us if any listing information is incorrect or outdated.

Nuxt: a full-stack Vue framework | OSS Tanbou