2.0.2 • Published 4 years ago

sugar-design v2.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

bee-components

学务基于antd二次开发的组件库

安装

npm install

开发环境脚本

npm run dev
ps: http://localhost:8080/

目录结构

bee-components
    ├── components                      // UI库源码
    │   ├── style                       // 通用样式
    │   │   └── core
        |   |   └── colors              //调色板(色卡),所有颜色均取自这里,用色号名称
        |   |   └── motion              //动画
        |   └── minixs                  //通用less混合
        |   └── themes                  //主题,各个组件或元素样式定义(分普通和夜间俩种模式,夜间模式占位)
        |   └── variable                //除以上之外的通用变量
    │   └── switch                      // switch组件
    |   └── ......                      // 其他组件
    ├── test                            // 测试目录
    │   ├── components                  // 编辑测试组件
    │   ├── react                       // react开发环境依赖(不用改)
    │   ├── index.html                  // 入口模板文件(不用改)
    │   └── index.tsx                   // 入口启动文件(测试组件)

DEMO说明

./components/switch基于基础组件rc-switchreact-component二次封装

KB

https://kb.cvte.com/display/SEEWOSW/17.Bee+Design

组件库文档

http://bee-design.test.seewo.com/

组件库文档GITLAB

https://gitlab.gz.cvte.cn/student/common-components/bee-design