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

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

Awesome Lists containing this project

README

          

## 实现一个迷你Vue

通过这个小小minVue,你可以学懂Vue中是如何编译模板,响应数据,依赖收集,模型驱动视图

### step

- `git clone https://github.com/1046224544/minVue.git`
- `npm install`
- `npm run dev`