1.1.0 • Published 3 years ago

dsx-cm v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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.js

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.