https://github.com/shepherdwind/bidi
MVVM for KISSY, Bidi(Bidirectional)
https://github.com/shepherdwind/bidi
Last synced: 9 months ago
JSON representation
MVVM for KISSY, Bidi(Bidirectional)
- Host: GitHub
- URL: https://github.com/shepherdwind/bidi
- Owner: shepherdwind
- Created: 2013-07-26T08:39:28.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-03-19T09:19:30.000Z (over 12 years ago)
- Last Synced: 2025-02-23T09:14:40.521Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://gallery.kissyui.com/bidi/1.0/guide/index.html
- Size: 800 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## bidi
[](https://travis-ci.org/shepherdwind/bidi)
MVVM for KISSY
* 版本:1.0,support ie6+
* demo:[http://gallery.kissyui.com/bidi/1.0/demo/index.html](http://gallery.kissyui.com/bidi/1.0/demo/index.html)
* todo app:[http://gallery.kissyui.com/bidi/1.0/demo/todo/index.html](http://gallery.kissyui.com/bidi/1.0/demo/todo/index.html)
* 教程:[http://gallery.kissyui.com/bidi/1.0/guide/index.html](http://gallery.kissyui.com/bidi/1.0/guide/index.html)
* spec:[http://gallery.kissyui.com/bidi/1.0/spec/index.html](http://gallery.kissyui.com/bidi/1.0/spec/index.html)
* 版本
- 1.0 for kissy 1.3.x
- 1.1 for kissy 1.4.0
- 1.2 for kissy 1.4.1
## changelog
* 2013-12-26 增加1.2版本,用于kissy 1.4.1,因为1.4.1改动过大,bidi没法再兼容下去
现在使用的方案是,在bidi本地有一个1.4.0的xtemplate的本地模块
* 1.1 支持kissy1.4,因为1.4和1.3的Xtemplate的api有点不一致,所以,1.1只能在1.4版本下使用
反之亦然,1.0仅支持kissy 1.3.x
### V1.0