https://alfajs.io/
Github https://github.com/aliyun/alibabacloud-alfa
企业级的微前端体系化解决方案
npm i @alicloud/alfa-react --save
创建微前端项目
https://github.com/aliyun/alibabacloud-alfa
https://alfajs.io/docs/quick-start.html#%E5%86%99%E5%9C%A8%E5%89%8D%E9%9D%A2
主应用
在 http://localhost:3000/ 访问到当前加载的两个子应用
git clone https://github.com/aliyun/alibabacloud-alfa.git
cd example/HostApp/ReactHost
npm run start
# you will visit app on http://localhost:3000/
子应用
npm run install:example
# react
cd example/SubApp/React
npm run start
# you will visit app on http://localhost:8080/
# vue
cd example/SubApp/Vue
npm run serve
# you will visit app on http://localhost:8081/