https://github.com/kiesun/toy-micro
微前端轮子
https://github.com/kiesun/toy-micro
Last synced: 5 months ago
JSON representation
微前端轮子
- Host: GitHub
- URL: https://github.com/kiesun/toy-micro
- Owner: KieSun
- License: mit
- Created: 2021-08-19T13:09:54.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-23T04:36:51.000Z (almost 4 years ago)
- Last Synced: 2025-04-05T02:22:11.290Z (6 months ago)
- Language: JavaScript
- Size: 806 KB
- Stars: 86
- Watchers: 2
- Forks: 29
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# toy-micro
微前端轮子,本仓库推荐配合 [从零到一手把手教你造一个企业级微前端框架](https://github.com/KieSun/awesome-frontend-source-interpretation/blob/master/article/micro/%E5%BE%AE%E5%89%8D%E7%AB%AF.md) 一起食用。## 运行方式
- 执行 `yarn`,需要在根目录及 example 文件夹下的每个子应用下执行
- 根目录执行 `yarn build` 构建微前端框架
- 进入 example 文件夹,分别启动每个子应用