Skip to content

Commit 6f91f12

Browse files
authored
Merge pull request #11 from niexq/fixBranch
fix: add juejin link
2 parents 1c1c85e + c156109 commit 6f91f12

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
> Based on create-react-app, qiankun builds and deploys a simple main demo
44
5+
## Link
6+
[基于qiankun微前端实战+部署粗略笔记(跳过原理)](https://juejin.cn/post/6955861815884513288)
7+
58
## Important
69

710
Please clone the sub-project and run the sub-project first, and preview the effect together with it

notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
![](https://i.loli.net/2021/04/27/RQycNgEzJBv5Som.png)
99
### 预备知识点
1010
+ 已对[qiankun](https://qiankun.umijs.org/)微前端有了初步认识;
11-
+ 熟悉[react](https://react.docschina.org/)[vuejs](https://cn.vuejs.org/);
11+
+ 熟悉[react](https://react.docschina.org/)[vue](https://cn.vuejs.org/);
1212
+ 了解[github](https://github.com/)[docker](https://www.docker.com/)[jenkins](https://www.jenkins.io/)[nginx](http://nginx.org/);
1313

1414
### 技术栈
@@ -660,7 +660,7 @@ react-app-qiankun-sub
660660
```js
661661
// vue子应用:https://vue.xiaoqiang.tech
662662
// 编译后服务器项目独立存储目录
663-
react-app-qiankun-main
663+
vue-cli-qiankun-sub
664664
└── index.html
665665
```
666666

0 commit comments

Comments
 (0)