https://github.com/xz8la8/dingpa
快速理解微前端原理
https://github.com/xz8la8/dingpa
micro-frontend micro-frontends microfrontend microfrontends
Last synced: over 1 year ago
JSON representation
快速理解微前端原理
- Host: GitHub
- URL: https://github.com/xz8la8/dingpa
- Owner: xz8la8
- Created: 2021-04-08T04:10:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-25T05:55:29.000Z (about 5 years ago)
- Last Synced: 2025-01-06T13:49:20.057Z (over 1 year ago)
- Topics: micro-frontend, micro-frontends, microfrontend, microfrontends
- Language: TypeScript
- Homepage: https://github.com/xz8la8/dingpa/wiki
- Size: 117 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dingpa(钉耙)
[](https://www.npmjs.com/package/dingpa)[](https://www.npmjs.com/package/dingpa)
快速理解微前端原理。
## 🎉 Features
- [x] 零依赖
- [x] 快照沙箱
- [x] script(js) 与 link(css) 资源加载
## 🍙 Examples

## 🚀 Getting started
[参考示例](./examples)
## 📦 Installation
```sh
yarn add dingpa // 主应用安装
yarn add @dingpa/app // 子应用安装
```
## 🔗 Related
- [qiankun](https://github.com/umijs/qiankun)
- [icestark](https://github.com/ice-lab/icestark)
## 👓 Flow

**[⬆ Back to Top](#)**