Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zhanghongen/universal-module-federation-plugin
- Owner: zhangHongEn
- Created: 2022-11-13T11:05:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-07T04:55:44.000Z (8 months ago)
- Last Synced: 2024-11-03T02:33:42.608Z (3 months ago)
- Topics: hmr, module-federation, module-federation-runtime, npm, react-refresh, systemjs, umd, webpack, wpmjs
- Language: JavaScript
- Homepage:
- Size: 1.03 MB
- Stars: 25
- Watchers: 3
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.cn.md
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来实现热更新