You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
micro-app is a micro front-end framework launched by JD Retail. It renders based on webcomponent-like and realizes the micro front-end from component thinking, it aiming to reduce the difficulty of getting started and improve work efficiency.
@@ -72,15 +72,15 @@ The above micro front-end rendering is completed, and the effect is as follows:
For more commands, see [DEVELOP](https://github.com/micro-zoe/micro-app/blob/master/DEVELOP.md)
96
+
For more commands, see [DEVELOP](https://github.com/jd-opensource/micro-app/blob/master/DEVELOP.md)
97
97
98
98
# FAQ
99
99
<details>
@@ -138,19 +138,19 @@ For more commands, see [DEVELOP](https://github.com/micro-zoe/micro-app/blob/mas
138
138
<details>
139
139
<summary>Does it support vite?</summary>
140
140
141
-
Yes, please see [adapt vite](https://micro-zoe.github.io/micro-app/docs.html#/zh-cn/framework/vite) for details.
141
+
Yes, please see [adapt vite](https://jd-opensource.github.io/micro-app/docs.html#/zh-cn/framework/vite) for details.
142
142
</details>
143
143
144
144
<details>
145
145
<summary>Does it support ssr?</summary>
146
146
147
-
Yes, please see [nextjs](https://micro-zoe.github.io/micro-app/docs.html#/zh-cn/framework/nextjs), [nuxtjs](https://micro-zoe.github.io/micro-app/docs.html#/zh-cn/framework/nuxtjs) for details.
147
+
Yes, please see [nextjs](https://jd-opensource.github.io/micro-app/docs.html#/zh-cn/framework/nextjs), [nuxtjs](https://jd-opensource.github.io/micro-app/docs.html#/zh-cn/framework/nuxtjs) for details.
Copy file name to clipboardexpand all lines: docs/0.x/en-us/changelog.md
+11-11
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@
48
48
49
49
-**Bug Fix**
50
50
51
-
- 🐞 Fixed the conflict of vue, when the base app load Vue through remote link, issue [#234](https://github.com/micro-zoe/micro-app/issues/234)。
51
+
- 🐞 Fixed the conflict of vue, when the base app load Vue through remote link, issue [#234](https://github.com/jd-opensource/micro-app/issues/234)。
52
52
53
53
-**Update**
54
54
@@ -61,12 +61,12 @@
61
61
62
62
-**Bug Fix**
63
63
64
-
- 🐞 Fix bug of element-plus dom escape from micro-app element, issue [#157](https://github.com/micro-zoe/micro-app/issues/157), [#121](https://github.com/micro-zoe/micro-app/issues/121).
65
-
- 🐞 Fix bug of parser style error when using IE6 and 7 csshack, issue [#232](https://github.com/micro-zoe/micro-app/issues/223).
64
+
- 🐞 Fix bug of element-plus dom escape from micro-app element, issue [#157](https://github.com/jd-opensource/micro-app/issues/157), [#121](https://github.com/jd-opensource/micro-app/issues/121).
65
+
- 🐞 Fix bug of parser style error when using IE6 and 7 csshack, issue [#232](https://github.com/jd-opensource/micro-app/issues/223).
66
66
67
67
-**Update**
68
68
69
-
- 🚀 Optimized plugins logic and code, PR [#224](https://github.com/micro-zoe/micro-app/pull/224) by [LinFeng1997](https://github.com/LinFeng1997).
69
+
- 🚀 Optimized plugins logic and code, PR [#224](https://github.com/jd-opensource/micro-app/pull/224) by [LinFeng1997](https://github.com/LinFeng1997).
0 commit comments