-
Notifications
You must be signed in to change notification settings - Fork 51
/
README
26 lines (20 loc) · 1.08 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Tangram是一个简单可依赖的Javascript库,适合开发互联网产品。
被几乎所有百度产品做为基础库引用,如百度知道,百度广告管家等。
你可以在下面的地址看到API文档和DEMO,以及一些介绍文章:
http://tangram.baidu.com
致开发者:
主干是稳定版本,如果你想提交代码、查看最新版本,请使用dev分支。
Tangram有完整的单元测试用例,用例执行依赖web server和php环境。
提交代码前,请确认测试用例的执行情况。
测试用例地址:
http://localhost/path/to/tangram/test/tools/br/list.php
Tangram component是基于Tangram base开发的组件,见:
https://github.com/BaiduFE/Tangram-component
Tangram is a simple and reliable JavaScript library designed for building web products.
It is used by almost every Baidu product, such as Zhidao and AD Manager.
For more information about Tangram, visit:
http://tangram.baidu.com
To developers:
If you want to commit code, please fork dev branch.
you can find unit test here:
http://localhost/path/to/tangram/test/tools/br/list.php