Skip to content

Cola-Org/cola-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cola-UI

##产品简介

  • Cola UI是支持双向数据绑定的一站式前端UI框架。采用了精简的MVVM架构,在确保灵活性的同时尽可能降低对开发者的技术要求。
  • Cola UI遵循Mobile First的策略,特别适合于移动设备应用开发。
  • Cola UI整合了jQuery和Semantic UI,同时提供更多常用的List、Table、Tree等高级控件。

产品版本日志

相关链接

产品官网 http://cola-ui.com

客户端API http://cola-ui.com/api

快速入门 http://cola-ui.com/docs

QQ交流群:

群名称:Cola-Ui 技术交流

群号:309407648

相关命令

如未安装过grunt-cli,请先全局安装

 npm install -g grunt-cli 

在cola-ui目录下执行npm install 安装node 资源

 npm install

打包cola-ui

grunt build

生成客户端API

grunt api -force