# QyaniComponents **Repository Path**: Qianrenni/vue-elements ## Basic Information - **Project Name**: QyaniComponents - **Description**: 专注于Vue.js组件开发的开源项目,提供丰富、高质量的UI组件库,支持快速构建现代化Web应用。 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-07-09 - **Last Updated**: 2025-09-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: HTML, TypeScript ## README # 快速开始 **1.引入组件库** ``` npm install qyani-components@latest ``` **2.引入样式** ``` import 'qyani-components/dist/style.css'; ``` **3.引入组件** ``` import { the-components } from 'qyani-components'; ``` **4.全局安装** ``` import qyanicomponents from 'qyani-components app.use(qyanicomponents) ``` # 打包 ```shell pnpm run build ``` # 测试 ```shell pnpm run dev ``` # 文档地址 [文档地址](https://qyani-ui.netlify.app/#) # 文档项目地址 [文档项目地址](https://github.com/Qianrenni/qyani-ui-docs)