1.0.2 • Published 4 years ago
zp-cm v1.0.2
ibc-cm 银企汇内容管理组件项目
命名说明
IBBC Business Components: 银企汇业务组件, 组件前缀缩写为ibc
Content management: 内容管理,缩写为cm
ibc-cm 银企汇内容管理业务组件
##项目结构
cm-components
├── README.md
├── babel.config.js
├── build                        --项目编译打包配置目录
│   ├── config.build.js         
│   ├── config.dev.js            
│   ├── config.pub.js
│   └── utils.js                 
├── examples                     --组件测试模块
│   ├── App.vue                  --根组件
│   └── main.js                  --入口文件                  
├── package.json                 --项目描述文件
├── packages
│   ├── index.js                 --组件库注册入口
│   ├── {component}
│   │   ├── index.js             --组件注册js
│   │   └── src
│   │       └── {component}.vue  --组件源码, 组件name为ibc-{component}
├── src
│   └── common                   --组件库依赖的公共js目录
│       └── util.js
└── vue.config.jsProject setup
yarn installCompiles and hot-reloads for development
yarn serveCompiles and minifies for production
yarn buildLints and fixes files
yarn lintCustomize configuration
1.0.2
4 years ago