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

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

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

7 个仓库

Awesome GitHub RepositoriesVite Integrations

Plugins and configurations that enable Vite to interact with specific external tools, frameworks, or services.

Explore 7 awesome GitHub repositories matching software engineering & architecture · Vite Integrations. Refine with filters or upvote what's useful.

Awesome Vite Integrations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • ant-design/ant-designant-design 的头像

    ant-design/ant-design

    98,362在 GitHub 上查看↗

    Ant Design is an enterprise-grade component library and design system framework built for developing complex, data-heavy web applications. It provides a comprehensive collection of pre-built, state-driven interface elements that map data properties to rendered components, ensuring consistent interaction patterns and visual language across large-scale projects. The library distinguishes itself through a robust styling architecture that utilizes design tokens and hierarchical configuration providers to propagate global settings like themes, locale, and layout direction. By employing component-l

    Standardized integration paths for build tools include automated environment initialization and dependency management.

    TypeScriptant-designantddesign-systems
    在 GitHub 上查看↗98,362
  • nuxt/frameworknuxt 的头像

    nuxt/framework

    10,444在 GitHub 上查看↗

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

    Uses Vite for development hot module replacement and production bundling with optimized defaults.

    csrfull-stackhybrid
    在 GitHub 上查看↗10,444
  • facebook/stylexfacebook 的头像

    facebook/stylex

    9,126在 GitHub 上查看↗

    StyleX is a type-safe CSS-in-JS library and atomic CSS compiler that transforms JavaScript style definitions into optimized static CSS and type-safe class names. It functions as a multi-framework styling tool, generating standard CSS assets compatible with various JavaScript UI frameworks and server components. The system includes a CSS design token system and theme engine for managing shared constants and composing visual schemes. It allows for the creation of light, dark, and custom themes through variable overrides and token inheritance. The project covers component styling through object

    Aggregates compiled style modules into a single stylesheet within the Vite build pipeline.

    JavaScript
    在 GitHub 上查看↗9,126
  • stack-auth/stack-authstack-auth 的头像

    stack-auth/stack-auth

    6,699在 GitHub 上查看↗

    Stack Auth is an open-source authentication and authorization platform that provides pre-built UI components, OAuth integration, team management, and session handling for web applications. It offers a complete authentication lifecycle covering sign-in, sign-up, session management, password recovery, and multi-factor security, with support for passkey authentication and OAuth providers including Google, GitHub, and Apple. The platform includes a team-based permission system with role-based access control, allowing users to be organized into teams with granular permissions for membership manage

    Provides setup guidance for integrating authentication into Vite-based applications.

    TypeScriptauthauth0authentication
    在 GitHub 上查看↗6,699
  • lingui/js-linguilingui 的头像

    lingui/js-lingui

    5,786在 GitHub 上查看↗

    Lingui is a JavaScript internationalization library that provides a framework-agnostic core with bindings for React, SolidJS, Svelte, Astro, and other JavaScript frameworks. It operates through a compile-time message extraction pipeline that scans source files for translatable strings, generates standard PO, JSON, or CSV catalog files, and compiles them into optimized JavaScript modules for production deployment. The library uses macro-based message definition to wrap translatable text in source code while preserving context for extraction, and includes a plural rule engine that automatically

    Provides a Vite plugin that compiles message catalogs automatically during the build process.

    TypeScript
    在 GitHub 上查看↗5,786
  • apostrophecms/apostropheapostrophecms 的头像

    apostrophecms/apostrophe

    4,524在 GitHub 上查看↗

    Apostrophe is an open-source Node.js headless content management system that delivers structured content through REST APIs while providing a visual in-context page editor for live editing. It is built on a module-based plugin architecture that extends CMS functionality through reusable modules, each encapsulating logic, configuration, and templates. The system uses schema-driven content modeling to define data structures and validation rules through configurable schemas and custom field types, with all content stored as flexible JSON-like documents in MongoDB. The platform distinguishes itsel

    Configures Vite for asset compilation, enabling modern JavaScript and CSS processing.

    JavaScriptapostrophecmscms-framework
    在 GitHub 上查看↗4,524
  • unplugin/unplugin-vue-componentsunplugin 的头像

    unplugin/unplugin-vue-components

    4,288在 GitHub 上查看↗

    unplugin-vue-components 是一个构建工具,可自动导入和注册模板中使用的 Vue 组件,无需手动编写导入语句。它充当各种打包工具(包括 Vite 和 Webpack)的插件,在编译过程中解析并注入组件依赖项。 该项目具有一个映射系统,可识别并导入来自流行第三方 Vue 界面库的组件。此解析逻辑可以通过自定义解析器扩展来修改,以改变特定 UI 库的发现和导入方式。 为了保持类型安全,该工具包含一个 TypeScript 类型生成器,可创建全局声明文件。这些文件为无需显式导入即可加载的组件提供自动补全和类型检查。

    Functions as a plugin for Vite and Webpack to resolve and inject component dependencies during compilation.

    TypeScriptauto-importcomponentsunplugin
    在 GitHub 上查看↗4,288
  1. Home
  2. Software Engineering & Architecture
  3. Integration & Extensibility
  4. Framework-Specific Integrations
  5. Vite Integrations

探索子标签

  • Authentication IntegrationsPlugins and configurations that connect Vite-based applications to authentication services. **Distinct from Vite Integrations:** Distinct from Vite Integrations: focuses specifically on wiring authentication flows into Vite projects, not general Vite plugin integrations.
  • Vite Bundling ConfigurationsConfiguration of the Vite module bundler for compiling modern JavaScript and CSS assets. **Distinct from Vite Integrations:** Distinct from Vite Integrations: focuses on the bundling configuration itself, not plugins or framework integrations.