@xyfebaby/uni-components
v0.1.19
Published
uni-app组件库
Downloads
15
Readme
uni-components
uni-components 是一个 uni-app 生态下的组件库
快速开始
yarn add @xyfebaby/uni-components在 page.json 中添加配置
{
"easycom": {
"autoscan": true,
"custom": {
"^x-(.*)": "@xyfebaby/uni-components/src/components/$1/index.vue"
}
}
}引入样式
import '@xyfebaby/uni-components/src/styles/index.scss'