开发指南 下载并运行 git clone https://github.com/micro-zoe/micro-app.git // 安装项目以及demo的依赖 yarn bootstrap // 运行 yarn start 默认主应用是main-react16,如果想要切换到其它应用可以执行对应的操作 如切换到main-vue2,运行命令: yarn start:main-vue2