# Pear Design **Repository Path**: javaalpha/Pear-Design ## Basic Information - **Project Name**: Pear Design - **Description**: Pear Design 基于 Vue 3.0 的桌面端组件库 - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-09-02 - **Last Updated**: 2022-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Pear Design Vue 3.0 Composition API [预览地址](http://ui.pearadmin.com) [文档地址](http://ui.pearadmin.com/#/document-button) ## install project ``` cnpm i pear-design or npm i pear-design ``` ## use project ``` import { createApp } from 'vue'; import PEAR from 'pear-design' const app = createApp(App); app.use(PEAR) ``` Button ![输入图片说明](https://images.gitee.com/uploads/images/2020/0902/174729_b83d157f_4835367.png "~Z~%FK6R82824~R6V7AH88C.png")