# wot-design-uni **Repository Path**: zzjtt/wot-design-uni ## Basic Information - **Project Name**: wot-design-uni - **Description**: Wot Design Uni是一个基于Wot-design开发的uni-app组件库 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 159 - **Created**: 2023-07-26 - **Last Updated**: 2023-07-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Wot Design Uni Wot Design Uni是一个基于Wot-design开发的uni-app组件库 [文档](https://wot-design-uni.netlify.app/) # 部署状态 [![Netlify Status](https://api.netlify.com/api/v1/badges/0991d8a9-0fb0-483b-8961-5bde066bbd50/deploy-status)](https://app.netlify.com/sites/wot-design-uni/deploys) ## 安装 ```bash yarn add wot-design-uni ``` ## 快速上手 ```javascript import Vue from 'vue' import WotDesign from 'wot-design' Vue.use(WotDesign) // or import { Button, Swipe } from 'wot-design' Vue.use(Button) Vue.use(Swipe) ``` 详细说明见 [快速上手](https://wot-design-uni.netlify.app/#/components/quickUse) in our documentation. ## LICENSE [MIT](https://github.com/Moonofweisheng/wot-design-uni/blob/develop/LICENSE)