Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zuowendong/zwd-mini-vue
实现Vue3核心源码mini-vue
https://github.com/zuowendong/zwd-mini-vue
Last synced: about 2 months ago
JSON representation
实现Vue3核心源码mini-vue
- Host: GitHub
- URL: https://github.com/zuowendong/zwd-mini-vue
- Owner: zuowendong
- Created: 2023-11-03T03:16:48.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-12T07:52:33.000Z (12 months ago)
- Last Synced: 2024-05-31T15:45:10.756Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.37 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue核心源码
## 配套解析文章
* [建议收藏!Vue双端对比diff算法,一次说清楚](./document/update.md)
* [高阶API,自定义渲染器customRenderer](./document/customRenderer.md)
* [底层实现,组件emit功能](./document/emit.md)
* [高级API getCurrentInstance](./document/getCurrentInstance.md)
* [底层实现,组件slots插槽功能](./document/slots.md)