diff --git a/DEVELOP.md b/DEVELOP.md index c83b85a0b..b0054168d 100644 --- a/DEVELOP.md +++ b/DEVELOP.md @@ -2,7 +2,7 @@ ### clone & run project ```bash -git clone https://github.com/micro-zoe/micro-app.git +git clone https://github.com/jd-opensource/micro-app.git cd micro-app diff --git a/DEVELOP.zh-cn.md b/DEVELOP.zh-cn.md index 86b5e3fad..5de739f38 100644 --- a/DEVELOP.zh-cn.md +++ b/DEVELOP.zh-cn.md @@ -2,7 +2,7 @@ ### 下载并运行 ```bash -git clone https://github.com/micro-zoe/micro-app.git +git clone https://github.com/jd-opensource/micro-app.git cd micro-app diff --git a/README.md b/README.md index 84d760615..9fd1e3d23 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

- - logo + + logo

@@ -11,21 +11,21 @@ downloads - + license - + WeChat - - travis + + travis - - coveralls + + coveralls

-English|[简体中文](./README.zh-cn.md)|[Documentation](https://micro-zoe.github.io/micro-app/)|[Discussions](https://github.com/micro-zoe/micro-app/discussions)|[WeChat](./Contact.md) +English|[简体中文](./README.zh-cn.md)|[Documentation](https://jd-opensource.github.io/micro-app/)|[Discussions](https://github.com/jd-opensource/micro-app/discussions)|[WeChat](./Contact.md) # 📖Introduction 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,7 +72,7 @@ The above micro front-end rendering is completed, and the effect is as follows: ![image](https://img10.360buyimg.com/imagetools/jfs/t1/188373/14/17696/41854/6111f4a0E532736ba/4b86f4f8e2044519.png) -More detailed configuration can be viewed [Documentation](https://micro-zoe.github.io/micro-app/docs.html#/zh-cn/start). +More detailed configuration can be viewed [Documentation](https://jd-opensource.github.io/micro-app/docs.html#/zh-cn/start). # 🤝 Contribution If you're interested in this project, you're welcome to mention pull request, and also welcome your "Star" ^_^ @@ -80,7 +80,7 @@ If you're interested in this project, you're welcome to mention pull request, an ### development 1、Clone ``` -git clone https://github.com/micro-zoe/micro-app.git +git clone https://github.com/jd-opensource/micro-app.git ``` 2、Install dependencies @@ -93,7 +93,7 @@ yarn bootstrap yarn start ``` -For more commands, see [DEVELOP](https://github.com/micro-zoe/micro-app/blob/master/DEVELOP.md) +For more commands, see [DEVELOP](https://github.com/jd-opensource/micro-app/blob/master/DEVELOP.md) # FAQ
@@ -138,19 +138,19 @@ For more commands, see [DEVELOP](https://github.com/micro-zoe/micro-app/blob/mas
Does it support vite? - Yes, please see [adapt vite](https://micro-zoe.github.io/micro-app/docs.html#/zh-cn/framework/vite) for details. + Yes, please see [adapt vite](https://jd-opensource.github.io/micro-app/docs.html#/zh-cn/framework/vite) for details.
Does it support ssr? - 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. + 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.
# Contributors - + # License -[MIT License](https://github.com/micro-zoe/micro-app/blob/master/LICENSE) +[MIT License](https://github.com/jd-opensource/micro-app/blob/master/LICENSE) diff --git a/README.zh-cn.md b/README.zh-cn.md index 1f1d168f9..9a17ccd67 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -1,5 +1,5 @@

- + logo

@@ -11,21 +11,21 @@ downloads - + license - + WeChat - - travis + + travis - - coveralls + + coveralls

-[English](https://github.com/micro-zoe/micro-app)|简体中文|[官网文档](https://micro-zoe.github.io/micro-app/)|[讨论组](https://github.com/micro-zoe/micro-app/discussions)|[微信群](./Contact.md) +[English](https://github.com/jd-opensource/micro-app)|简体中文|[官网文档](https://jd-opensource.github.io/micro-app/)|[讨论组](https://github.com/jd-opensource/micro-app/discussions)|[微信群](./Contact.md) # 📖简介 micro-app是京东零售推出的一款微前端框架,它基于类WebComponent进行渲染,从组件化的思维实现微前端,旨在降低上手难度、提升工作效率。它是目前接入微前端成本最低的框架,并且提供了JS沙箱、样式隔离、元素隔离、预加载、虚拟路由系统、插件系统、数据通信等一系列完善的功能。 @@ -69,7 +69,7 @@ devServer: { result -更多详细配置可以查看[官网文档](https://micro-zoe.github.io/micro-app/docs.html#/zh-cn/start) +更多详细配置可以查看[官网文档](https://jd-opensource.github.io/micro-app/docs.html#/zh-cn/start) # 🤝 参与共建 如果您对这个项目感兴趣,欢迎参与贡献,也欢迎 "Star" 支持一下 ^_^ @@ -77,7 +77,7 @@ devServer: { ### 本地运行 1、克隆项目 ``` -git clone https://github.com/micro-zoe/micro-app.git +git clone https://github.com/jd-opensource/micro-app.git ``` 2、安装依赖 @@ -90,16 +90,16 @@ yarn bootstrap yarn start # 访问 http://localhost:3000 ``` -更多命令请查看[DEVELP](https://github.com/micro-zoe/micro-app/blob/master/DEVELOP.zh-cn.md) +更多命令请查看[DEVELP](https://github.com/jd-opensource/micro-app/blob/master/DEVELOP.zh-cn.md) # FAQ -[问题汇总](https://micro-zoe.github.io/micro-app/docs.html#/zh-cn/questions) +[问题汇总](https://jd-opensource.github.io/micro-app/docs.html#/zh-cn/questions)
micro-app的优势在哪里? 上手简单、侵入性低,只需改动少量的代码即可接入微前端,同时提供丰富的功能。 - 具体细节请参考文章:[micro-app介绍](https://github.com/micro-zoe/micro-app/issues/8) + 具体细节请参考文章:[micro-app介绍](https://github.com/jd-opensource/micro-app/issues/8)
@@ -136,21 +136,21 @@ yarn start # 访问 http://localhost:3000
支持vite吗? - 支持,详情请查看[适配vite](https://micro-zoe.github.io/micro-app/docs.html#/zh-cn/framework/vite) + 支持,详情请查看[适配vite](https://jd-opensource.github.io/micro-app/docs.html#/zh-cn/framework/vite)
支持ssr吗? - 支持,详情请查看[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) + 支持,详情请查看[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)
# 贡献者们 - + # License -[MIT License](https://github.com/micro-zoe/micro-app/blob/master/LICENSE) +[MIT License](https://github.com/jd-opensource/micro-app/blob/master/LICENSE) diff --git a/dev/children/react16/src/index.js b/dev/children/react16/src/index.js index b3c759871..62a2ddb5b 100644 --- a/dev/children/react16/src/index.js +++ b/dev/children/react16/src/index.js @@ -260,7 +260,7 @@ document.head.insertAdjacentElement('afterbegin', dynamicScript3) /* ---------------------- DOMParser --------------------- */ -// // BUG TEST: https://github.com/micro-zoe/micro-app/issues/56 +// // BUG TEST: https://github.com/jd-opensource/micro-app/issues/56 // const parser = new DOMParser() // const htmlString = ` //
@@ -556,7 +556,7 @@ console.log('micro-app容器元素document.microAppElement', document.microAppEl /* ---------------------- 测试unhandledrejection --------------------- */ -// https://github.com/micro-zoe/micro-app/issues/1102 +// https://github.com/jd-opensource/micro-app/issues/1102 // window.addEventListener('unhandledrejection', (event) => { // console.error(`子应用Promise报错监听 -- window.addEventListener(unhandledrejection): `, event) // event.preventDefault() diff --git a/dev/children/vite2/src/main.js b/dev/children/vite2/src/main.js index 5170d8245..f53ccca2a 100644 --- a/dev/children/vite2/src/main.js +++ b/dev/children/vite2/src/main.js @@ -211,7 +211,7 @@ window.onclick = function () { /* ---------------------- DOMParser --------------------- */ -// BUG TEST: https://github.com/micro-zoe/micro-app/issues/56 +// BUG TEST: https://github.com/jd-opensource/micro-app/issues/56 // const parser = new DOMParser() // const htmlString = ` //
diff --git a/dev/children/vite4/src/main.js b/dev/children/vite4/src/main.js index 8dba7f493..a3aaa4afc 100644 --- a/dev/children/vite4/src/main.js +++ b/dev/children/vite4/src/main.js @@ -259,7 +259,7 @@ setTimeout(() => { /* ---------------------- DOMParser --------------------- */ -// BUG TEST: https://github.com/micro-zoe/micro-app/issues/56 +// BUG TEST: https://github.com/jd-opensource/micro-app/issues/56 // const parser = new DOMParser() // const htmlString = ` //
diff --git a/dev/main-react16/src/components/GlobalHeader/RightContent.jsx b/dev/main-react16/src/components/GlobalHeader/RightContent.jsx index 0793ca030..5568596bc 100644 --- a/dev/main-react16/src/components/GlobalHeader/RightContent.jsx +++ b/dev/main-react16/src/components/GlobalHeader/RightContent.jsx @@ -52,7 +52,7 @@ const GlobalHeaderRight = (props) => { color: 'inherit', }} target="_blank" - href="https://github.com/micro-zoe/micro-app/" + href="https://github.com/jd-opensource/micro-app/" rel="noopener noreferrer" className={styles.action} > diff --git a/docs/0.x/docs.html b/docs/0.x/docs.html index 2d45a3248..1866f0c93 100755 --- a/docs/0.x/docs.html +++ b/docs/0.x/docs.html @@ -36,9 +36,9 @@