Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 397 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 397 Bytes

fake-vue-2.0-typescript

模仿Vue2.0,实现了简易Vue

开发

npm run start

打包

npm run build

简介

使用发布订阅模式实现了依赖收集与追踪,并实现了对数据的更新。

使用了TypeScript开发,在测试代码中测试了interpolation({{}}模式)、k-text、k-html、k-model(数据双向绑定)、@click事件绑定以及函数调用。