Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xz8la8/dingpa
快速理解微前端原理
https://github.com/xz8la8/dingpa
micro-frontend micro-frontends microfrontend microfrontends
Last synced: 10 days ago
JSON representation
快速理解微前端原理
- Host: GitHub
- URL: https://github.com/xz8la8/dingpa
- Owner: xz8la8
- Created: 2021-04-08T04:10:36.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-04-25T05:55:29.000Z (over 3 years ago)
- Last Synced: 2024-10-18T11:37:30.885Z (about 1 month 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(钉耙)
[![npm version](https://img.shields.io/npm/v/dingpa.svg?style=flat-square)](https://www.npmjs.com/package/dingpa)[![npm downloads](https://img.shields.io/npm/dt/dingpa.svg?style=flat-square)](https://www.npmjs.com/package/dingpa)
快速理解微前端原理。
## 🎉 Features
- [x] 零依赖
- [x] 快照沙箱
- [x] script(js) 与 link(css) 资源加载## 🍙 Examples
![](./examples/dingpa.gif)
## 🚀 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![流程图](https://img.alicdn.com/imgextra/i3/O1CN01ZQYWOi1S86PovmRUr_!!6000000002201-2-tps-1258-1558.png)
**[⬆ Back to Top](#)**