ant.js
Ant.js 为 HTML 提供了一种轻量简便的数据绑定方式.
Build
git clone https://github.com/antjs/ant.js.gitcd ant.js && npm installgrunt build
Test
- 用浏览器打开
test\index.html进行浏览器端测试 - 运行
grunt test或者npm run-script mocha进行 nodeJs 端测试
| Failed to load latest commit information. | |||
|
|
dist | ||
|
|
docs | ||
|
|
examples | ||
|
|
extensions | ||
|
|
src | ||
|
|
test | ||
|
|
third-part | ||
|
|
.gitignore | ||
|
|
.npmignore | ||
|
|
.travis.yml | ||
|
|
.zuul.yml | ||
|
|
CHANGELOG.md | ||
|
|
CNAME | ||
|
|
Gruntfile.js | ||
|
|
LICENSE | ||
|
|
README.md | ||
|
|
bower.json | ||
|
|
index.html | ||
|
|
package.json | ||