Build a Vue.js web app with server-side rendering, static generation, or client-only rendering using Nuxt's patterns, via the active nuxt/nuxt repository.
Browse the early commit history of Nuxt 3 to understand how the framework evolved before the repository was relocated.
This repository is archived, use nuxt/nuxt for active development. Requires Node.js.
This is the old GitHub repository for Nuxt 3, a framework for building web applications with Vue.js. Nuxt sits on top of Vue and handles the parts of web development that Vue alone does not cover out of the box: how pages are routed, how the app is rendered on the server before being sent to a browser, and how the project is structured. The repository description notes it has been superseded and that active development now happens at nuxt/nuxt, so this repo is essentially an archived starting point. Nuxt supports several rendering modes. You can build a traditional server-rendered site (where the HTML is generated on the server for each request), a static site (where all pages are pre-generated at build time and served as files), or a client-only app (where the browser does all the rendering). You can also mix these modes per-page. This flexibility makes it suitable for everything from a blog to a full-stack web application. The README in this old repository is brief and mostly points to external resources: the Nuxt documentation website, a directory of community-built modules that extend the framework, a collection of example projects, and pages for reporting bugs or asking questions. It mentions that Nuxt 2, the previous major version, is maintained on a separate branch. For anyone encountering this repository today, the practical takeaway is that the code has moved. If you want to use or contribute to Nuxt 3, the correct repository is nuxt/nuxt. This repository exists primarily because GitHub stars and forks accumulated here before the project was relocated, and those counts do not transfer when a repository moves.
← nuxt on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.