https://github.com/mowtwo/mini-vue-impl
基于TypeScript的Vue最小实现
https://github.com/mowtwo/mini-vue-impl
typescript vue vue3
Last synced: about 2 months ago
JSON representation
基于TypeScript的Vue最小实现
- Host: GitHub
- URL: https://github.com/mowtwo/mini-vue-impl
- Owner: mowtwo
- Created: 2022-04-12T09:23:56.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-14T01:09:50.000Z (about 3 years ago)
- Last Synced: 2025-02-07T16:34:59.727Z (3 months ago)
- Topics: typescript, vue, vue3
- Language: TypeScript
- Homepage:
- Size: 60.5 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 学习Vue3的最小实现
用来学习Vue3源码的实现## 学习记录文档
[/docs](./docs)
### 观看顺序
每一个markdown都写了重要的实现部分,观看顺序就是标题的顺序
## 特别感谢
本仓库的代码以及学习思路全部参考 [@alexzhang1030](https://github.com/alexzhang1030)
### 参考项目
- [zx-projects/mini-vue](https://github.com/zx-projects/mini-vue)
- [zx-projects/mini-vue-docs](https://github.com/zx-projects/mini-vue-docs)
- [cuixiaorui/mini-vue](https://github.com/cuixiaorui/mini-vue)