Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qc-z/mini-vue3
实现一个最简单的mini vue3模型
https://github.com/qc-z/mini-vue3
vue vue3
Last synced: 7 days ago
JSON representation
实现一个最简单的mini vue3模型
- Host: GitHub
- URL: https://github.com/qc-z/mini-vue3
- Owner: qc-z
- Created: 2021-09-09T09:22:51.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-21T23:29:36.000Z (over 2 years ago)
- Last Synced: 2024-09-17T16:45:20.607Z (2 months ago)
- Topics: vue, vue3
- Language: TypeScript
- Homepage:
- Size: 284 KB
- Stars: 79
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
## mini-vue 笔记
1. [笔记汇总](https://github.com/qc-z/study-note)
2. vue3 运行 流程
![vue3运行流程图](https://raw.githubusercontent.com/qc-z/study-note/master/vue3source/assets/yuque_diagram.jpg)
3. 依赖收集关系
![依赖收集](https://raw.githubusercontent.com/qc-z/study-note/master/vue3source/assets/targetMap.png)
依赖收集运行
![依赖收集运行](https://raw.githubusercontent.com/qc-z/study-note/master/vue3source/assets/targetMapRun.jpg)