WebUI4Angular
a set of components with angularjs, which includes Datagrid,tree,dialog,progress,tilelist,tabset,dividedbox,imageview and so on.
Install / Use
/learn @wi4angular/WebUI4AngularREADME
WebUI4Angular
a set of components with angularjs, which includes Datagrid,tree,dialog,progress,tilelist,tabset,dividedbox,imageview and so on.
参照了UI Bootstrap等组件的写法,主要对指令进行了自己的封装,我们希望通过angular的指令编写一套类似flex的声明式UI组件,使得页面代码更加简洁,可读性更强。
#Quickstart <a href="http://www.wisoft.com.cn:8120/WebUI4Angular/docs/index_demo.html">组件demo在线演示</a>
#Setup & Install 安装: npm install
运行构建:gulp build
构建清理:gulp clean
运行测试:gulp test
生成文档:gulp doc
