# wisdom-plus **Repository Path**: xy-plus/wisdom-plus ## Basic Information - **Project Name**: wisdom-plus - **Description**: A VUE3 UI FRAMEWORK - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-15 - **Last Updated**: 2024-10-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
A Vue.js 3 UI Library
đĽć楣ĺ°ĺ
## ⨠Features - đ Written in TypeScript - đ Support H5 & PC - đ 80%+ Unit test coverage - đ´ââď¸ Vue 3 Composition API ## đ§ Install Using `npm` to install: ```bash npm install wisdom-plus ``` Using `yarn` to install: ```bash yarn add wisdom-plus ``` ## đ§° Usage ```js import 'wisdom-plus/dist/index.css' import WisdomPlus from 'wisdom-plus' app.use(WisdomPlus) ``` ```vue