Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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模型

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)