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 @@
@@ -11,21 +11,21 @@ - + - + - - + + - - + + -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- +
@@ -11,21 +11,21 @@ - + - + - - + + - - + + -[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: { -更多详细配置可以查看[官网文档](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)