# nuxt/framework

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/nuxt-framework).**

10,444 stars · 976 forks · archived

## Links

- GitHub: https://github.com/nuxt/framework
- Homepage: https://nuxt.com
- awesome-repositories: https://awesome-repositories.com/repository/nuxt-framework.md

## Topics

`csr` `full-stack` `hybrid` `node` `nuxt` `server-rendering` `ssg` `ssr` `static-site-generator` `universal` `vue`

## Description

Old repo of Nuxt 3 framework, now on nuxt/nuxt

## Tags

### Web Development

- [Vue-Based Frameworks](https://awesome-repositories.com/f/web-development/full-stack-web-frameworks/vue-based-frameworks.md) — A full-stack Vue.js framework for building universal web applications with SSR, file-based routing, and auto-imports.
- [Universal Application Builders](https://awesome-repositories.com/f/web-development/universal-application-boilerplates/universal-application-builders.md) — Provides the core framework for building universal web applications with server-side rendering and static generation. ([source](https://nuxt.com/))
- [Universal Data Fetching Utilities](https://awesome-repositories.com/f/web-development/data-fetching-caching/data-fetching/universal-data-fetching-utilities.md) — Loads data from any source inside a component before rendering using built-in composables for universal data fetching. ([source](https://nuxt.com/))
- [Server-Side Rendering](https://awesome-repositories.com/f/web-development/server-side-rendering.md) — Sends fully rendered HTML to the browser on the first request for improved SEO and load speed. ([source](https://nuxt.com/docs))
- [SSR Data Fetching](https://awesome-repositories.com/f/web-development/ssr-data-fetching.md) — Fetches data inside components using composables that work consistently on both server and client with configurable caching. ([source](https://nuxt.com/docs))
- [Universal Rendering Frameworks](https://awesome-repositories.com/f/web-development/web-application-development/universal-rendering-frameworks.md) — Builds server-rendered, client-rendered, or statically generated web applications from a single project setup.
- [Plugin Ecosystems](https://awesome-repositories.com/f/web-development/build-tooling/plugin-ecosystems.md) — Extends application functionality through a curated registry of community and official modules.
- [Code Splitting](https://awesome-repositories.com/f/web-development/dynamic-loading-strategies/code-splitting.md) — Divides application code into smaller bundles that load on demand for faster page loads. ([source](https://nuxt.com/docs))
- [Static Site Generation](https://awesome-repositories.com/f/web-development/static-site-generation.md) — Builds the entire application into static HTML files at build time for fast, zero-server deployment. ([source](https://nuxt.com/))

### Content Management & Publishing

- [File-Based Routing](https://awesome-repositories.com/f/content-management-publishing/file-based-routing.md) — Defines application routes automatically based on the file layout of a designated pages directory. ([source](https://nuxt.com/docs))
- [Page Metadata Optimizations](https://awesome-repositories.com/f/content-management-publishing/page-metadata-optimizations.md) — Sets SEO-relevant meta tags, titles, and Open Graph data per page to improve search engine indexing. ([source](https://nuxt.com/))

### Development Tools & Productivity

- [Automatic Component Imports](https://awesome-repositories.com/f/development-tools-productivity/configuration-importers/automatic-component-imports.md) — Automatically registers components as they are used in templates, eliminating manual import statements. ([source](https://nuxt.com/docs/examples/hello-world))
- [Vite Build Pipelines](https://awesome-repositories.com/f/development-tools-productivity/vite-build-pipelines.md) — Uses Vite for hot module replacement during development and optimized production bundling.
- [Minimal Scaffolders](https://awesome-repositories.com/f/development-tools-productivity/application-scaffolding/minimal-scaffolders.md) — Creates a working application with just two files: a root component and a configuration file. ([source](https://nuxt.com/docs/examples/hello-world))
- [Automatic Asset Optimizations](https://awesome-repositories.com/f/development-tools-productivity/performance-optimization-configurations/automatic-asset-optimizations.md) — Processes images, fonts, and scripts with built-in optimizations to improve load performance automatically. ([source](https://nuxt.com/))

### Graphics & Multimedia

- [Server-Side Rendering Engines](https://awesome-repositories.com/f/graphics-multimedia/graphics-engines-rendering/rendering/systems/server-side-rendering-architectures/server-side-rendering-engines.md) — Sends fully rendered HTML to the browser on first request to improve SEO and initial load performance.

### Programming Languages & Runtimes

- [Automatic Import Resolution](https://awesome-repositories.com/f/programming-languages-runtimes/automatic-import-resolution.md) — Ships automatic import resolution for components and composables, eliminating manual import statements.

### Software Engineering & Architecture

- [Module-Based Extensions](https://awesome-repositories.com/f/software-engineering-architecture/integration-extensibility/extensibility/plugin-architectures/developer-authoring-interfaces/custom-module-implementations/module-functionality-extenders/module-based-extensions.md) — Extends application functionality by installing community and official modules for common features. ([source](https://cdn.jsdelivr.net/gh/nuxt/framework@readme/README.md))
- [Framework Type Generators](https://awesome-repositories.com/f/software-engineering-architecture/interface-definition-languages/type-safe-code-generators/framework-type-generators.md) — Automatically generates TypeScript types for the entire application, enabling static type checking without manual setup.
- [Modular Plugin Architectures](https://awesome-repositories.com/f/software-engineering-architecture/modular-plugin-architectures.md) — Extends application functionality through a community and custom module ecosystem with a curated registry and scaffolding tools. ([source](https://cdn.jsdelivr.net/gh/nuxt/framework@readme/README.md))
- [Automated Type Generation](https://awesome-repositories.com/f/software-engineering-architecture/type-safe-development/automated-type-generation.md) — Automatically generates TypeScript types and configuration from source code for static type checking.
- [Application Type Synthesizers](https://awesome-repositories.com/f/software-engineering-architecture/typescript-type-definitions/static-type-checking/typescript-type-synthesis/application-type-synthesizers.md) — Generates TypeScript types and configuration automatically so the entire application benefits from static type checking. ([source](https://nuxt.com/))
- [Vite Bundling Configurations](https://awesome-repositories.com/f/software-engineering-architecture/integration-extensibility/framework-specific-integrations/vite-integrations/vite-bundling-configurations.md) — Uses Vite for development hot module replacement and production bundling with optimized defaults.

### User Interface & Experience

- [Composable Auto-Importers](https://awesome-repositories.com/f/user-interface-experience/component-utilities/ui-frameworks/runtime-utilities/infrastructure-utility-systems/auto-imported-components/composable-auto-importers.md) — Makes Vue components and composables available project-wide without explicit imports while tree-shaking unused code. ([source](https://nuxt.com/docs))
- [File-Based Routing Systems](https://awesome-repositories.com/f/user-interface-experience/file-based-routing-systems.md) — Defines application routes automatically by mapping file and folder structure to URL paths, enabling nested views.
- [Meta Tag Managers](https://awesome-repositories.com/f/user-interface-experience/meta-tag-managers.md) — Sets page-level meta tags and structured data so search engines can fully index the application content. ([source](https://nuxt.com/))

### DevOps & Infrastructure

- [Universal Runtime Deployments](https://awesome-repositories.com/f/devops-infrastructure/direct-to-host-deployments/universal-runtime-deployments.md) — Packages applications into a universal output directory deployable across Node.js, Deno, serverless, edge, and static hosting.
- [Multi-Environment Hosting](https://awesome-repositories.com/f/devops-infrastructure/multi-environment-hosting.md) — Packages applications into a universal output directory deployable across Node.js, Deno, serverless, edge, and static hosting. ([source](https://nuxt.com/docs))

### Security & Cryptography

- [Route-Level Access Guards](https://awesome-repositories.com/f/security-cryptography/role-based-access-control/route-level-access-guards.md) — Runs custom logic before rendering a page to guard access, run A/B tests, or apply localization. ([source](https://nuxt.com/))
