https://github.com/ihengshuai/minvue
Implement a simple Vue mvvm lib
https://github.com/ihengshuai/minvue
Last synced: 7 months ago
JSON representation
Implement a simple Vue mvvm lib
- Host: GitHub
- URL: https://github.com/ihengshuai/minvue
- Owner: ihengshuai
- Created: 2020-02-19T06:59:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T17:30:38.000Z (over 2 years ago)
- Last Synced: 2025-01-24T17:45:09.370Z (9 months ago)
- Language: JavaScript
- Size: 155 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## 实现一个迷你Vue
通过这个小小minVue,你可以学懂Vue中是如何编译模板,响应数据,依赖收集,模型驱动视图
### step
- `git clone https://github.com/1046224544/minVue.git`
- `npm install`
- `npm run dev`