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

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

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

module-federation/module-federation-examples

0
View on GitHub↗
6,103 星标·1,835 分支·JavaScript·mit·8 次浏览module-federation.io↗

Module Federation Examples

Features

  • Federated Code Sharing - Shares JavaScript modules and dependencies between independently deployed micro frontends at runtime.
  • Federated Code Sharing - Shares JavaScript modules between independently deployed applications at runtime without rebuilding.
  • Federated Module Providers - Configures projects to expose modules as remote providers in a federated architecture.
  • Federated Module Consumers - Configures projects to consume modules from remote providers in a federated architecture.
  • Federated Module Loaders - Loads modules from remote federated applications at runtime via build plugin configuration.
  • Federated Module Manifests - Generates a JSON manifest describing exposed modules and shared dependencies for consumers.
  • Federated Application Deployments - Deploys independently built micro frontends to the cloud during the build process with zero configuration.
  • Multi-Application Dependency Coordination - Coordinates shared library versions and resolves dependencies across independently deployed micro frontends.
  • Plugin Extenders - Modifies module loading and sharing behavior through a runtime plugin system.
  • Micro Frontend Examples - Collection of examples using Webpack Module Federation.

Star 历史

module-federation/module-federation-examples 的 Star 历史图表module-federation/module-federation-examples 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

常见问题解答

module-federation/module-federation-examples 的主要功能有哪些?

module-federation/module-federation-examples 的主要功能包括:Federated Code Sharing, Federated Module Providers, Federated Module Consumers, Federated Module Loaders, Federated Module Manifests, Federated Application Deployments, Multi-Application Dependency Coordination, Plugin Extenders。

module-federation/module-federation-examples 有哪些开源替代品?

module-federation/module-federation-examples 的开源替代品包括: alibaba/ice — Ice is an enterprise-grade web application framework designed to support the development of scalable, distributed… quarkusio/quarkus — Quarkus is a Kubernetes-native Java framework designed for building high-performance, memory-efficient applications.… audreyr/cookiecutter — Cookiecutter is a cross-platform command-line interface tool for project scaffolding and template generation. It… christianlempa/boilerplates — This project is a project scaffolding engine and template-based code generator. It provides a modular project template… pydanny/cookiecutter-django — cookiecutter-django is a template-based project generator and production-ready scaffold for Django web applications.… yeoman/yeoman — Yeoman is a scaffolding tool framework and Node.js project generator designed to automate project initialization. It…

Module Federation Examples 的开源替代方案

相似的开源项目,按与 Module Federation Examples 的功能重合度排序。
  • alibaba/icealibaba 的头像

    alibaba/ice

    18,632在 GitHub 上查看↗

    Ice is an enterprise-grade web application framework designed to support the development of scalable, distributed front-end systems. It functions as a comprehensive JavaScript build toolchain and orchestration platform, providing the necessary infrastructure to manage complex business logic, standardized project structures, and automated asset pipelines. The framework distinguishes itself through a modular plugin architecture and native support for micro-frontend orchestration. By allowing developers to compose applications from independently deployable modules, it enables large teams to coll

    TypeScriptframeworkicejsmicrofrontends
    在 GitHub 上查看↗18,632
  • quarkusio/quarkusquarkusio 的头像

    quarkusio/quarkus

    15,479在 GitHub 上查看↗

    Quarkus is a Kubernetes-native Java framework designed for building high-performance, memory-efficient applications. It utilizes ahead-of-time native compilation to transform Java code into standalone, optimized binaries that eliminate the need for a virtual machine, enabling rapid startup and reduced memory consumption. By performing code augmentation during the build phase, it shifts heavy processing tasks away from runtime, ensuring that applications are optimized for cloud-native environments. The framework distinguishes itself through a unified approach to reactive and imperative program

    Javacloud-nativehacktoberfestjava
    在 GitHub 上查看↗15,479
  • audreyr/cookiecutteraudreyr 的头像

    audreyr/cookiecutter

    24,951在 GitHub 上查看↗

    Cookiecutter is a cross-platform command-line interface tool for project scaffolding and template generation. It functions as a project templating CLI and variable orchestrator that creates standardized software project boilerplates across different operating systems and programming languages. The tool generates project directory structures from predefined templates using variable substitution. It supports the retrieval of template source code from remote Git repositories and utilizes a definition file to prompt users for configuration values to personalize the resulting files and folder stru

    Python
    在 GitHub 上查看↗24,951
  • christianlempa/boilerplatesChristianLempa 的头像

    ChristianLempa/boilerplates

    7,831在 GitHub 上查看↗

    This project is a project scaffolding engine and template-based code generator. It provides a modular project template library and a command-line tool designed to generate standardized directory structures and configuration files from reusable skeletons. The system uses variable injection and custom delimiters to render project skeletons into concrete files. It includes a mechanism for synchronizing shared template collections via version control repositories and a utility for uploading generated files and secrets to remote hosts using secure shell protocols. The tool covers automated projec

    Pythonansibledockerdocker-compose
    在 GitHub 上查看↗7,831
查看 Module Federation Examples 的所有 30 个替代方案→