simple-micro-app

simple-micro-app

MIT License

Stars
51
Committers
2

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