# taroify
**Repository Path**: aesoper/taroify
## Basic Information
- **Project Name**: taroify
- **Description**: Taroify 是移动端组件库 Vant 的 Taro 版本,两者基于相同的视觉规范,提供一致的 API 接口,助力开发者快速搭建小程序应用。
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 25
- **Created**: 2021-06-24
- **Last Updated**: 2021-06-24
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
轻量、可靠的小程序 UI 组件库
## 介绍
Taroify 是移动端组件库 [Vant](https://github.com/youzan/vant) 的 Taro 版本,两者基于相同的视觉规范,提供一致的 API 接口,助力开发者快速搭建小程序应用。
## 安装
### 通过 npm 安装使用(推荐)
* 通过 npm 安装
```bash
npm i @taroify/core -S --production
```
* 通过 yarn 安装
```bash
yarn add @taroify/core --production
```
## 使用组件
```jsx
import { Button } from "@taroify/core"
function ButtonExample() {
return
}
```
## 微信交流群
备注 "taroify" 加好友后邀请进群
## 链接
* [文档地址](https://taroify.gitee.io/taroify.com/introduce/)
* [更新日志](https://taroify.gitee.io/taroify.com/changelog/)
* [意见反馈](https://gitee.com/mallfoundry/taroify/issues)
## 开源协议
本项目基于 [MIT](https://zh.wikipedia.org/wiki/MIT%E8%A8%B1%E5%8F%AF%E8%AD%89) 协议,请自由地享受和参与开源。