Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xie-yin/uni-components

🌈 uni-app组件库
https://github.com/xie-yin/uni-components

uni-app

Last synced: about 1 month ago
JSON representation

🌈 uni-app组件库

Awesome Lists containing this project

README

        

# `uni-components`

[文档地址](https://xie-yin.github.io/uni-components)

`uni-components` 是一个 uni-app 生态下的组件库

### 快速开始

```bash
yarn add @xyfebaby/uni-components
```

在 page.json 中添加配置

```json
{
"easycom": {
"autoscan": true,
"custom": {
"^x-(.*)": "@xyfebaby/uni-components/src/components/$1/index.vue"
}
}
}
```

引入样式

```js
import '@xyfebaby/uni-components/src/styles/index.scss'
```