bieqiao
v1.0.0
Published
CBB Vue2 PC Components Library - 基于 Vue2 + Element UI 的企业级组件库
Maintainers
Readme
@cbb/vue2-pc-components
CBB Vue2 PC Components Library - 基于 Vue2 + Element UI 的企业级组件库
📦 安装
npm install @cbb/vue2-pc-components🚀 快速开始
完整引入
import Vue from 'vue'
import ElementUI from 'element-ui'
import CBBComponents from '@cbb/vue2-pc-components'
Vue.use(ElementUI)
Vue.use(CBBComponents)按需引入
import { UserPicker, AddressLocation, FileUpload } from '@cbb/vue2-pc-components'
export default {
components: {
UserPicker,
AddressLocation,
FileUpload
}
}📋 组件列表
- UserPicker - 选人组件
- AddressLocation - 地址定位组件
- AddressSelector - 选择地址组件
- FileUpload - 上传组件
🔧 开发
# 安装依赖
npm install
# 开发模式
npm run dev
# 构建
npm run build
# 测试
npm run test
# 代码检查
npm run lint📝 许可证
MIT License
🤝 贡献
欢迎提交 Issue 和 Pull Request
