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

https://github.com/cjg125/vir

一款基于 jQuery 的 view 框架 状态驱动 体积仅为 1.5k
https://github.com/cjg125/vir

fe framework frontend javascript js ui-components uiview vir

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

          

# vir ~ ~ ~

## 环境准备

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

```html

```

## 安装
### script 标签

```html

```
### npm

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

## API

[https://cjg.gitbooks.io/vir/](https://cjg.gitbooks.io/vir/)

## TODO

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