Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zhanghongen/universal-module-federation-plugin

Versioned remote module manager based on npm and module-federation
https://github.com/zhanghongen/universal-module-federation-plugin

hmr module-federation module-federation-runtime npm react-refresh systemjs umd webpack wpmjs

Last synced: 2 months ago
JSON representation

Versioned remote module manager based on npm and module-federation

Awesome Lists containing this project

README

        

# universal-module-federation-plugin

### [wpmjs(web package manager)](https://github.com/wpmjs)
基于 npm 和模块联合的版本化远程模块管理器,[查看在线例子](https://zhanghongen.github.io/universal-module-federation-plugin/)

![](./docs/debug-panel.png)
#### 高优先级计划
1. 文档、示例、开发规范、贡献指南补充
2. wpm插件补充
3. 内置热更新集成
4. 文章(wpm介绍、module-federation特性及性能分析)

### [module-federation-runtime](./packages/module-federation-runtime)
这个包实现了module-federation运行时的API

### [systemjs-intercept](./packages/systemjs-intercept)
拦截Systemjs并自定义获取依赖的行为

### [universal-module-federation-plugin](./packages/universal-module-federation-plugin)
使module-federation支持自定义引入远程模块行为

### [single-react-refresh-plugin](./packages/single-react-refresh-plugin)
配合react热更新插件和module-federation来实现热更新