Skip to content

Commit

Permalink
📝 use new qiankun umi plugin link (umijs#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuitos committed Jun 21, 2020
1 parent 3c2178a commit b8f61cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Visit `http://localhost:7099`.
- 🛡 **Style Isolation**
- 🧳 **JS Sandbox**
-**Prefetch Assets**
- 🔌 **[Umi Plugin](https://github.com/umijs/umi-plugin-qiankun) Integration**
- 🔌 **[Umi Plugin](https://github.com/umijs/plugins/tree/master/packages/plugin-qiankun) Integration**

## 🎯 Roadmap

Expand Down
4 changes: 2 additions & 2 deletions docs/guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ TODO

## Why Not Iframe

Check this artical [Why Not Iframe](https://www.yuque.com/kuitos/gky7yw/gesexv)
Check this article [Why Not Iframe](https://www.yuque.com/kuitos/gky7yw/gesexv)

## Features

Expand All @@ -67,4 +67,4 @@ Check this artical [Why Not Iframe](https://www.yuque.com/kuitos/gky7yw/gesexv)
- 🛡 **Style Isolation**, make sure styles don't interfere with each other.
- 🧳 **JS Sandbox**, ensure that global variables/events do not conflict between sub-applications.
-**Prefetch Assets**, prefetch unopened sub-application assets during the browser idle time to speed up the sub-application opening speed.
- 🔌 **Umi Plugin**, [@umijs/plugin-qiankun](https://github.com/umijs/umi-plugin-qiankun) is provided for umi applications to switch to a micro frontends architecture system with one line code.
- 🔌 **Umi Plugin**, [@umijs/plugin-qiankun](https://github.com/umijs/plugins/tree/master/packages/plugin-qiankun) is provided for umi applications to switch to a micro frontends architecture system with one line code.
2 changes: 1 addition & 1 deletion docs/guide/README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ TODO
- 🛡​ **样式隔离**,确保微应用之间样式互相不干扰。
- 🧳 **JS 沙箱**,确保微应用之间 全局变量/事件 不冲突。
- ⚡️ **资源预加载**,在浏览器空闲时间预加载未打开的微应用资源,加速微应用打开速度。
- 🔌 **umi 插件**,提供了 [@umijs/plugin-qiankun](https://github.com/umijs/umi-plugin-qiankun) 供 umi 应用一键切换成微前端架构系统。
- 🔌 **umi 插件**,提供了 [@umijs/plugin-qiankun](https://github.com/umijs/plugins/tree/master/packages/plugin-qiankun) 供 umi 应用一键切换成微前端架构系统。

0 comments on commit b8f61cf

Please sign in to comment.