Skip to content

sumingcheng/MVVM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MVVM

  1. 数据劫持
  2. 模板编译
  3. 依赖收集
  4. 发布订阅
  5. 观察者模式

MVVM-1 使用非模块化和class进行实现

MVVM-2 使用模块化思想实现