Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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组件库
- Host: GitHub
- URL: https://github.com/xie-yin/uni-components
- Owner: Xie-Yin
- Created: 2021-09-09T07:47:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-29T02:07:26.000Z (almost 3 years ago)
- Last Synced: 2023-03-07T23:45:25.504Z (almost 2 years ago)
- Topics: uni-app
- Language: CSS
- Homepage: https://xie-yin.github.io/uni-components/
- Size: 432 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'
```