awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
nuxt avatar

nuxt/frameworkArchived

0
View on GitHub↗
10,444 Stars·976 Forks·8 Aufrufenuxt.com↗

Framework

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

Features

  • Vue-Based Frameworks - A full-stack Vue.js framework for building universal web applications with SSR, file-based routing, and auto-imports.
  • Universal Application Builders - Provides the core framework for building universal web applications with server-side rendering and static generation.
  • File-Based Routing - Defines application routes automatically based on the file layout of a designated pages directory.
  • Automatic Component Imports - Automatically registers components as they are used in templates, eliminating manual import statements.
  • Vite Build Pipelines - Uses Vite for hot module replacement during development and optimized production bundling.
  • Server-Side Rendering Engines - Sends fully rendered HTML to the browser on first request to improve SEO and initial load performance.
  • Automatic Import Resolution - Ships automatic import resolution for components and composables, eliminating manual import statements.
  • Module-Based Extensions - Extends application functionality by installing community and official modules for common features.
  • Framework Type Generators - Automatically generates TypeScript types for the entire application, enabling static type checking without manual setup.
  • Modular Plugin Architectures - Extends application functionality through a community and custom module ecosystem with a curated registry and scaffolding tools.
  • Automated Type Generation - Automatically generates TypeScript types and configuration from source code for static type checking.
  • Application Type Synthesizers - Generates TypeScript types and configuration automatically so the entire application benefits from static type checking.
  • Composable Auto-Importers - Makes Vue components and composables available project-wide without explicit imports while tree-shaking unused code.
  • File-Based Routing Systems - Defines application routes automatically by mapping file and folder structure to URL paths, enabling nested views.
  • Universal Data Fetching Utilities - Loads data from any source inside a component before rendering using built-in composables for universal data fetching.
  • Server-Side Rendering - Sends fully rendered HTML to the browser on the first request for improved SEO and load speed.
  • SSR Data Fetching - Fetches data inside components using composables that work consistently on both server and client with configurable caching.
  • Universal Rendering Frameworks - Builds server-rendered, client-rendered, or statically generated web applications from a single project setup.
  • Page Metadata Optimizations - Sets SEO-relevant meta tags, titles, and Open Graph data per page to improve search engine indexing.
  • Minimal Scaffolders - Creates a working application with just two files: a root component and a configuration file.
  • Automatic Asset Optimizations - Processes images, fonts, and scripts with built-in optimizations to improve load performance automatically.
  • Universal Runtime Deployments - Packages applications into a universal output directory deployable across Node.js, Deno, serverless, edge, and static hosting.
  • Multi-Environment Hosting - Packages applications into a universal output directory deployable across Node.js, Deno, serverless, edge, and static hosting.
  • Route-Level Access Guards - Runs custom logic before rendering a page to guard access, run A/B tests, or apply localization.
  • Vite Bundling Configurations - Uses Vite for development hot module replacement and production bundling with optimized defaults.
  • Meta Tag Managers - Sets page-level meta tags and structured data so search engines can fully index the application content.
  • Plugin Ecosystems - Extends application functionality through a curated registry of community and official modules.
  • Code Splitting - Divides application code into smaller bundles that load on demand for faster page loads.
  • Static Site Generation - Builds the entire application into static HTML files at build time for fast, zero-server deployment.

Star-Verlauf

Star-Verlauf für nuxt/frameworkStar-Verlauf für nuxt/framework

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht nuxt/framework?

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

Was sind die Hauptfunktionen von nuxt/framework?

Die Hauptfunktionen von nuxt/framework sind: Vue-Based Frameworks, Universal Application Builders, File-Based Routing, Automatic Component Imports, Vite Build Pipelines, Server-Side Rendering Engines, Automatic Import Resolution, Module-Based Extensions.

Welche Open-Source-Alternativen gibt es zu nuxt/framework?

Open-Source-Alternativen zu nuxt/framework sind unter anderem: sveltejs/sapper — Sapper is a universal web application framework and server-side rendering framework for Svelte. It enables the… alibaba/rax — Rax is a React universal application framework and isomorphic JavaScript environment designed to render a single… dishait/tov-template — This project is a comprehensive TypeScript-based boilerplate designed to accelerate the development of Vue 3 web… antfu/vitesse — Vitesse is a pre-configured starter template for building Vue applications with Vite and TypeScript. It functions as a… pure-admin/vue-pure-admin — vue-pure-admin is a comprehensive Vue 3 admin dashboard template and TypeScript boilerplate designed for building… vikejs/vike — Vike is a full-stack web framework that provides server-side rendering with client-side hydration, static site…

Open-Source-Alternativen zu Framework

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Framework.
  • sveltejs/sapperAvatar von sveltejs

    sveltejs/sapper

    6,931Auf GitHub ansehen↗

    Sapper is a universal web application framework and server-side rendering framework for Svelte. It enables the development of applications that render views on the server for fast initial loads and hydrate them on the client for subsequent interactivity. The project features a file-based routing engine that maps URL paths to components based on the file system structure. It also functions as a static site generator, exporting production-ready HTML, CSS, and JavaScript files for hosting in environments without a live server. The framework covers full-stack development capabilities, including

    TypeScript
    Auf GitHub ansehen↗6,931
  • alibaba/raxAvatar von alibaba

    alibaba/rax

    8,036Auf GitHub ansehen↗

    Rax is a React universal application framework and isomorphic JavaScript environment designed to render a single codebase across web, mobile, and mini-program platforms. It functions as a cross-platform component renderer that translates React components into platform-specific elements using a standardized driver specification. The framework utilizes a universal UI driver specification to decouple component logic from the underlying UI layer, allowing for standardized DOM manipulation and event handling across different execution environments. This architecture enables the integration of nati

    JavaScript
    Auf GitHub ansehen↗8,036
  • dishait/tov-templateAvatar von dishait

    dishait/tov-template

    974Auf GitHub ansehen↗

    This project is a comprehensive TypeScript-based boilerplate designed to accelerate the development of Vue 3 web applications. It provides a pre-configured foundation that integrates essential build tools, routing, and state management, ensuring a consistent architectural pattern across the entire codebase. By enforcing strict type safety and standardized coding practices, it serves as a starting point for building scalable and maintainable frontend projects. The framework distinguishes itself through extensive automation and modularity. It features an auto-importing system for components and

    TypeScriptmodernstartertemplate
    Auf GitHub ansehen↗974
  • antfu/vitesseAvatar von antfu

    antfu/vitesse

    9,425Auf GitHub ansehen↗

    Vitesse is a pre-configured starter template for building Vue applications with Vite and TypeScript. It functions as a static site generator and a progressive web app scaffold, providing a standardized development environment for web projects. The project distinguishes itself through a file-based routing system that automatically maps application routes based on the project folder structure. It employs an atomic CSS framework to generate on-demand utility classes for performant stylesheets and an automated component injection mechanism to remove repetitive import statements. The toolkit cove

    TypeScript
    Auf GitHub ansehen↗9,425
  • Alle 30 Alternativen zu Framework anzeigen→