simple-micro-app为简化版的micro-app,主要用于学习微前端,不能用于生产环境。
micro-app代码地址:https://github.com/micro-zoe/micro-app
1、安装依赖
yarn bootstrap
2、进行开发
yarn start // 访问 http://localhost:3000/
3、构建打包
yarn build