awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
nuxt avatar

nuxt/frameworkArchived

0
View on GitHub↗
10,444 星标·976 分支·11 次浏览nuxt.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 历史

nuxt/framework 的 Star 历史图表nuxt/framework 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Framework 的开源替代方案

相似的开源项目,按与 Framework 的功能重合度排序。
  • sveltejs/sappersveltejs 的头像

    sveltejs/sapper

    6,931在 GitHub 上查看↗

    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
    在 GitHub 上查看↗6,931
  • alibaba/raxalibaba 的头像

    alibaba/rax

    8,036在 GitHub 上查看↗

    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
    在 GitHub 上查看↗8,036
  • dishait/tov-templatedishait 的头像

    dishait/tov-template

    974在 GitHub 上查看↗

    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
    在 GitHub 上查看↗974
  • antfu/vitesseantfu 的头像

    antfu/vitesse

    9,425在 GitHub 上查看↗

    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
    在 GitHub 上查看↗9,425
查看 Framework 的所有 30 个替代方案→

常见问题解答

nuxt/framework 是做什么的?

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

nuxt/framework 的主要功能有哪些?

nuxt/framework 的主要功能包括: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。

nuxt/framework 有哪些开源替代品?

nuxt/framework 的开源替代品包括: 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…