Skip to content
/ vir Public

一款基于 jQuery 的 view 框架 状态驱动 体积仅为 1.5k

Notifications You must be signed in to change notification settings

cjg125/vir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vir ~ ~ ~

环境准备

依赖 jQuery ( 1.x、2.x、3.x )

<script src="https://unpkg.com/jquery"></script>

安装

script 标签

<script src="https://unpkg.com/vir"></script>

npm

$ npm install vir -D
# or
$ yarn add vir -D

API

https://cjg.gitbooks.io/vir/

TODO

  • 对 Object 的 watch 处理
  • 对 Array 的 watch 处理
  • 实现插件接口
  • 添加 mixins 模式 ( 会影响现在的构造方式, 不向下兼容 ~ 1.0.0 的时候实现 )