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

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

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

154 个仓库

Awesome GitHub RepositoriesFramework Integrations

Plugins for connecting external tools and libraries to Vite.

Explore 154 awesome GitHub repositories matching part of an awesome list · Framework Integrations. Refine with filters or upvote what's useful.

Awesome Framework Integrations GitHub Repositories

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

    storybookjs/storybook

    90,415在 GitHub 上查看↗

    Storybook is a development environment for building, testing, and documenting user interface components in isolation. By rendering components within a sandboxed environment, it decouples them from the host application's global state and dependencies, allowing developers to verify complex states and edge cases without running the full application. The platform utilizes a framework-agnostic bridge layer to support various frontend technologies and features a modular, addon-based architecture that allows for custom UI panels and toolbar controls. It captures component states as declarative metad

    Builder for Storybook component documentation.

    TypeScriptangularcomponentsdesign-systems
    在 GitHub 上查看↗90,415
  • vitejs/vitevitejs 的头像

    vitejs/vite

    81,611在 GitHub 上查看↗

    Vite is a frontend build toolchain that provides a unified development and production pipeline for modern web applications. It functions as a modular, environment-agnostic build engine that leverages native ES modules to serve source code directly to the browser, eliminating the need for expensive bundling during the development phase. By maintaining an environment-aware module graph, it supports concurrent development across client, server, and custom runtime environments. The project distinguishes itself through a high-performance development server that utilizes a hot module replacement pr

    Provides legacy browser support for modern builds.

    TypeScriptbuild-tooldev-serverfrontend
    在 GitHub 上查看↗81,611
  • refinedev/refinerefinedev 的头像

    refinedev/refine

    34,906在 GitHub 上查看↗

    Refine is a headless framework designed for building data-intensive internal business applications, such as admin panels and dashboards. It provides a core set of hooks and architectural patterns that decouple business logic, authentication, and data operations from the user interface, allowing developers to integrate any design system while maintaining a consistent application structure. The framework distinguishes itself through a resource-centric approach that automatically maps application views to data entities via centralized configuration. It features a unified data provider interface

    A multi-tenant application built with the Refine framework.

    TypeScriptadminadmin-uiant-design
    在 GitHub 上查看↗34,906
  • recharts/rechartsrecharts 的头像

    recharts/recharts

    27,241在 GitHub 上查看↗

    This project is a declarative data visualization library that provides a composable suite of user interface components for rendering interactive charts. It functions as an SVG-based charting engine, allowing developers to construct complex visualizations by nesting modular building blocks such as axes, grids, legends, and data series within a unified layout. The library distinguishes itself through a highly responsive architecture that automatically reconciles layout changes and maps data domains to pixel coordinates using mathematical scale functions. It prioritizes performance through memoi

    Redesigned charting library built specifically for React.

    TypeScriptchartcharting-librarycomponents
    在 GitHub 上查看↗27,241
  • vuecomponent/ant-design-vuevueComponent 的头像

    vueComponent/ant-design-vue

    21,568在 GitHub 上查看↗

    Ant Design Vue is a comprehensive UI component library and enterprise design system for Vue. It provides a collection of reusable user interface elements designed specifically for building professional web applications and complex business software. The project functions as a server-side rendering framework, enabling the generation of HTML on the server to increase initial page load speeds and improve search engine visibility. It is designed for the implementation of corporate design systems and the construction of data-heavy internal tools, such as admin dashboards. The library covers broad

    Ant Design implementation for Vue.js.

    Vueantant-designantd
    在 GitHub 上查看↗21,568
  • hshoff/vxhshoff 的头像

    hshoff/vx

    20,867在 GitHub 上查看↗

    vx is a declarative charting framework and SVG data visualization library. It serves as an integration layer that combines D3 mathematical scales and shapes with a component-based UI for rendering visualizations. The project provides a set of building blocks for constructing custom charts and diagrams using React components. It bridges mathematical data and visual representation by utilizing low-level primitives to manage scalable vector graphics without manual document object model manipulations. The library covers a broad capability surface including custom chart development, declarative S

    Visualization components for React applications.

    TypeScript
    在 GitHub 上查看↗20,867
  • plouc/nivoplouc 的头像

    plouc/nivo

    14,039在 GitHub 上查看↗

    Nivo is a responsive charting framework and a React data visualization library that uses D3 for its underlying math logic. It serves as both a collection of interactive chart components for web applications and a server-side visualization engine for generating static data chart images. The project distinguishes itself by providing a containerized chart rendering API, allowing the visualization engine to be deployed via Docker to serve rendered graphics as images or files through a programmatic interface. It also features a motion engine for animated data transitions, ensuring smooth visual sh

    Dataviz components for React with isomorphic rendering support.

    TypeScriptcanvaschartscomponents
    在 GitHub 上查看↗14,039
  • builderio/partytownBuilderIO 的头像

    BuilderIO/partytown

    13,707在 GitHub 上查看↗

    Partytown is a main thread performance optimizer and web worker script orchestrator. It functions as a third party script offloader that relocates resource-intensive external JavaScript from the browser's main thread into a sandboxed web worker environment. The project focuses on improving core web vitals and overall page responsiveness by reducing main thread blocking time. This isolation ensures that heavy third party scripts do not interfere with the execution of core application code and page loading speed. The system provides infrastructure for client-side script offloading through DOM

    Offloads third-party scripts to web workers.

    TypeScript
    在 GitHub 上查看↗13,707
  • tencent/omiTencent 的头像

    Tencent/omi

    13,259在 GitHub 上查看↗

    Omi is a web components framework, reactive UI library, and client-side routing engine. It provides a system for building modular and reusable interface elements based on standard browser web components, using signals to synchronize data changes and update the user interface automatically. The project functions as a cross-framework component tool, exporting standard web elements that operate consistently across different third-party JavaScript libraries. Its capabilities include single-page application navigation and view routing. It also covers reactive state management, component style man

    Omi

    TypeScriptcomponentscsscustom-elements
    在 GitHub 上查看↗13,259
  • formidablelabs/victoryFormidableLabs 的头像

    FormidableLabs/victory

    11,242在 GitHub 上查看↗

    Victory is a React data visualization library and composable visualization toolkit used to build interactive charts and graphs. It functions as an SVG charting framework that renders scalable data visualizations designed to maintain consistency across different web browsers and operating systems. The project provides a collection of reusable UI primitives that combine to form complex interactive data layouts. This component-based approach allows for the construction of sophisticated graphs by composing modular visualization elements within React applications.

    Composable React components for building visualizations.

    TypeScriptchartsd3data-visualization
    在 GitHub 上查看↗11,242
  • ng-zorro/ng-zorro-antdNG-ZORRO 的头像

    NG-ZORRO/ng-zorro-antd

    9,149在 GitHub 上查看↗

    ng-zorro-antd is an Angular UI component library that implements the Ant Design visual language. It provides a collection of pre-built interface elements and professional design system layouts for building web applications. The library is designed as a themable component framework, offering configuration options to modify the visual styles of interface elements. It also functions as an internationalized UI library with built-in support for translating interface elements into multiple languages. The project covers enterprise UI development and multilingual interface design. Its capability sur

    Ant Design implementation for Angular.

    TypeScript
    在 GitHub 上查看↗9,149
  • uber/react-visuber 的头像

    uber/react-vis

    8,781在 GitHub 上查看↗

    react-vis is a declarative, component-based React data visualization library. It provides a framework of reusable building blocks for rendering interactive charts and graphs by mapping raw data to visual attributes such as position, color, and size. The system leverages D3 for its scaling and layout logic. The library is distinguished by its ability to handle complex data relationships, including hierarchical data via tree maps and circle packing, as well as multidimensional analysis using parallel axes and radar charts. It also supports network flow mapping to illustrate the volume and direc

    Collection of React components for rendering visualizations.

    JavaScriptchartcharting-librarydata-visualization
    在 GitHub 上查看↗8,781
  • jerairrest/react-chartjs-2jerairrest 的头像

    jerairrest/react-chartjs-2

    6,933在 GitHub 上查看↗

    react-chartjs-2 is a data visualization library that provides a set of React components acting as a wrapper for Chart.js. It allows for the rendering of interactive charts and graphs within a React application using a declarative approach. The library manages HTML5 canvas charting components by tying the lifecycle of Chart.js instances to the mounting and unmounting of the React component tree. It translates component props into the configuration objects required by the underlying engine to map datasets to visual elements. The project covers a range of frontend integration capabilities, incl

    React

    TypeScript
    在 GitHub 上查看↗6,933
  • apertureless/vue-chartjsapertureless 的头像

    apertureless/vue-chartjs

    5,717在 GitHub 上查看↗

    vue-chartjs is a component library that wraps Chart.js chart types as reusable Vue components, integrating the charting library into Vue's component model. It provides reactive props binding so that charts automatically redraw when data or options change, and exposes the underlying Chart.js instance via template refs for direct programmatic access. The library also forwards Chart.js interaction events like clicks and hovers to Vue component event handlers, and applies ARIA labels to chart elements for screen reader support. The library distinguishes itself by offering typed Vue components for

    Vue.js

    TypeScript
    在 GitHub 上查看↗5,717
  • alex8088/electron-vitealex8088 的头像

    alex8088/electron-vite

    5,487在 GitHub 上查看↗

    electron-vite 是一个构建系统和多进程打包编排工具,利用 Vite 为 Electron 应用编译和打包主进程、预加载脚本及渲染进程。它作为桌面应用脚手架,提供多种模板,可将各类前端框架集成到标准化的项目结构中。 该项目通过集成源码保护脱颖而出,利用 V8 字节码混淆器将 JavaScript 编译为字节码并混淆字符串,从而防止逆向工程。它还能通过隔离多个窗口和执行上下文中的包及共享代码块,来管理复杂的桌面架构。 该工具集涵盖了广泛的功能,包括用于跨平台安装程序的自动化打包流水线、支持热模块替换的开发服务器编排,以及原生模块和 WebAssembly 的管理。此外,它还支持环境作用域划分和二进制模块外部化配置,以优化生产环境构建。

    Electron CLI integrated with Vite.

    TypeScript
    在 GitHub 上查看↗5,487
  • swimlane/ngx-chartsswimlane 的头像

    swimlane/ngx-charts

    4,359在 GitHub 上查看↗

    ngx-charts is an Angular charting library and SVG data visualization framework. It provides a set of declarative UI components for rendering animated and interactive charts and graphs within Angular applications. The library allows for the assembly of specialized visualizations by combining low-level internal charting components. It supports the creation of custom charts through the use of mathematical scales, shape generators, and CSS styling overrides. The framework covers a wide range of visualization types, including comparison charts such as bar and line graphs, distribution visualizati

    Chart framework designed for Angular applications.

    TypeScript
    在 GitHub 上查看↗4,359
  • antfu/vite-plugin-pwaantfu 的头像

    antfu/vite-plugin-pwa

    4,187在 GitHub 上查看↗

    这是一个 Vite 插件,通过自动生成 Service Worker 和 Web App Manifest,将 Web 应用转换为渐进式 Web 应用 (PWA)。它提供了一套管道和生成器,旨在实现设备安装、离线功能和自动化资源管理。 该插件具有专用的资源管道,可从单个源图像生成全套所需的应用程序图标和启动画面。它还包含一个状态管理器,使用响应式原语将 Service Worker 的注册和更新状态与应用 UI 同步。 其核心功能包括自动化的 Service Worker 注册与编译、用于离线访问的缓存存储管理,以及将 Manifest 链接和主题颜色 meta 标签注入 HTML 入口点。该工具还处理更新工作流,通过在后台检测新内容并提示用户刷新页面来完成更新。 开发工具允许在活跃开发过程中执行和调试 Service Worker 逻辑,而无需进行生产构建。

    Zero-configuration Progressive Web App support.

    TypeScript
    在 GitHub 上查看↗4,187
  • rrag/react-stockchartsrrag 的头像

    rrag/react-stockcharts

    4,021在 GitHub 上查看↗

    react-stockcharts 是一个使用 React 和 D3 构建的金融图表库,用于可视化市场价格数据。它提供了一个用于渲染股票图表和蜡烛图可视化以表示市场走势的系统。 该库作为技术分析工具,计算并在价格图表上叠加数学交易指标。它包括一个交互式界面,通过缩放、平移和添加手动几何注释来导航金融数据。 该项目涵盖了金融数据可视化、市场价格跟踪以及交互式交易仪表板的创建。

    Highly customizable stock chart components for React.

    JavaScript
    在 GitHub 上查看↗4,021
  • iczer/vue-antd-adminiczer 的头像

    iczer/vue-antd-admin

    3,672在 GitHub 上查看↗

    vue-antd-admin is an administrative dashboard framework and enterprise UI starter kit. It serves as a template for building professional back-office interfaces and internal tooling, integrating the Ant Design component library within a Vue environment. The project provides a structured layout for creating data-heavy internal tools, specializing in a wrapper for the Ant Design system to ensure consistent user interfaces for enterprise web applications. The framework includes capabilities for centralized API request handling, dynamic menu mapping, and route-based view injection. It further sup

    Admin dashboard implementation for Vue.

    Vue
    在 GitHub 上查看↗3,672
  • stsrki/blazorisestsrki 的头像

    stsrki/Blazorise

    3,527在 GitHub 上查看↗

    Blazorise is a component library built on top of Blazor with support for CSS frameworks like Bootstrap, Tailwind, Bulma, AntDesign, and Material.

    Ant Design support for the Blazorise framework.

    C#
    在 GitHub 上查看↗3,527
上一个123456…8下一个
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Framework Integrations