You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
1.6 KiB

8 years ago
# ccssoft vue组件说明文档
8 years ago
8 years ago
### 简介
> ccssoft vue前端开发流使用了vue.js实现界面的组件化,使用vue-router实现了单页式应用,图标采用图标库fontawesome,
> 样式框架以ratchet为基础进行了一些封装
> 使用了promise库bluebird来实现所有异步操作的统一封装管理(如ajax,原生能力,工单操作等)
> 开发文档地址如下
* [vue 1.2](http://v1-cn.vuejs.org/api/)
* [vue-router](http://vuejs.github.io/vue-router/zh-cn/index.html)
* [fontawesome](http://fontawesome.io/icons/)
* [ratchet](cnratchet.com/components)
> 前端项目分为通用资源(resource),业务内容(butterfly),大厅应用(shell),大厅管理平台(michael)四个并列文件夹
### 业务抽象组件
8 years ago
* [工单列表组件](https://github.com/the8th/vue-ccssoft/wiki/%E5%B7%A5%E5%8D%95%E5%88%97%E8%A1%A8%E7%BB%84%E4%BB%B6)
* [工单详情组件](https://github.com/the8th/vue-ccssoft/wiki/%E5%B7%A5%E5%8D%95%E8%AF%A6%E6%83%85%E7%BB%84%E4%BB%B6)
* [信息查询组件](https://github.com/the8th/vue-ccssoft/wiki/%E4%BF%A1%E6%81%AF%E6%9F%A5%E8%AF%A2%E7%BB%84%E4%BB%B6)
8 years ago
### 基础组件
* [通用表单组件](https://github.com/the8th/vue-ccssoft/wiki/%E9%80%9A%E7%94%A8%E8%A1%A8%E5%8D%95%E7%BB%84%E4%BB%B6)
* [通用信息提示组件](https://github.com/the8th/vue-ccssoft/wiki/%E9%80%9A%E7%94%A8%E4%BF%A1%E6%81%AF%E6%8F%90%E7%A4%BA%E7%BB%84%E4%BB%B6)
* [通用名值对串显示组件](https://github.com/the8th/vue-ccssoft/wiki/%E9%80%9A%E7%94%A8%E5%90%8D%E5%80%BC%E5%AF%B9%E4%B8%B2%E6%98%BE%E7%A4%BA%E7%BB%84%E4%BB%B6)
8 years ago
* 其他组件
* 工具函数