0.0.2 • Published 3 years ago
@szdh/dh-ui v0.0.2
@szdh/dh-ui
关于
@szdh 下面的UI库,整合了theme-chalk和components,可以按需引入也可以全局引入。
环境
| environment | version |
|---|---|
| Gulp | 4.x |
目录
├─index.ts // 所有在packages/components定义的组件都要再此文 件统一导出并暴露
安装
npm i @szdh/dh-ui
or
yarn add @szdh/dh-ui使用
// 全局导入
// 在main.js里面引入
import DhUi from '@szdh/dh-ui'
app.use(DhUi)// 按需引入
import {DhIcon} from '@szdh/dh-ui'
components:{
DhIcon
}