https://github.com/jiangshanmeta/vue_source_analysis
Vue源码解读
https://github.com/jiangshanmeta/vue_source_analysis
Last synced: 6 months ago
JSON representation
Vue源码解读
- Host: GitHub
- URL: https://github.com/jiangshanmeta/vue_source_analysis
- Owner: jiangshanmeta
- Created: 2017-05-05T14:03:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-14T13:09:05.000Z (over 7 years ago)
- Last Synced: 2025-02-08T23:12:32.542Z (8 months ago)
- Size: 64.5 KB
- Stars: 21
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue_source_analysis
Vue源码解读本人的Vue源码阅读笔记
第一轮阅读仅考虑data、method、computed、watch以及最基本的双向绑定实现,有可能会顺便提及一些API的,但不会涉及组件、自定义指令、插件
[github仓库地址](https://github.com/jiangshanmeta/vue_source_analysis)
[在线电子书地址](https://jiangshanmeta.gitbooks.io/vue_source_analysis/content/)