# cbui
**Repository Path**: personal_zhl/cbui
## Basic Information
- **Project Name**: cbui
- **Description**: No description available
- **Primary Language**: NodeJS
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-07-20
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# 介绍
----
`cbUi`是[星拥月前端组][Jason (壮志)](https://github.com/niuzz) / [程鹏](https://github.com/Eureka6199) / [海玲](https://github.com/0812zhanghailing) 以及[连国](https://github.com/weblgdong)开发的一套为开发者、设计师和产品经理快速构建项目和原型,基于 [Vue 2.0](https://cn.vuejs.org/v2/api/) 的桌面端组件库
### 项目截图
---
### 目标
- 模块化组件
- 吸取大厂经验
### 开发注意事项
- 所有代码都用ES6语法编写,便于打包优化
- 所有文档都用[markdown](https://www.appinn.com/markdown/)格式编写,便于迁移和自动生成文档
### 参考大厂开源库
- [iview](https://www.iviewui.com/)
- [Element-UI](http://element-cn.eleme.io/#/zh-CN)
- [antd-vue](https://vuecomponent.github.io/ant-design-vue/docs/vue/introduce-cn/)
### 恶补学习的内容
- ES6
- [ES6标准入门](http://es6.ruanyifeng.com/)
- 《看透JavaScript:原理、方法与实践》
- 《JavaScript忍者秘籍》第二版!
- NodeJS
- Node入门一本全面地Node.js教程
- 深入浅出NodeJS
- 自动化测试
- [老书-测试驱动的JavaScript开发](http://book.51cto.com/art/201203/322790.htm)
- [chai](http://www.chaijs.com/)
- [mocha](https://mochajs.org/)
- [karma](http://karma-runner.github.io/2.0/index.html)