UNPKG

gi-component

Version:

Vue3中基于Element Plus二次封装基础组件库

37 lines (25 loc) 1.01 kB
# gi-component <div align="center"> <p>Vue3中基于Element Plus二次封装的基础组件库</p> <img src="https://img.shields.io/badge/Vue-3.x-brightgreen.svg" alt="Vue Version"> <img src="https://img.shields.io/badge/Element%20Plus-2.x-blue.svg" alt="Element Plus Version"> <img src="https://img.shields.io/badge/TypeScript-4.5%2B-yellow.svg" alt="TypeScript Version"> <img src="https://img.shields.io/badge/License-MIT-green.svg" alt="License"> </div> ## 📦 特性 - 🚀 基于Vue3 + TypeScript开发,提供完整的类型定义 - 🎨 基于Element Plus二次封装,扩展更多实用功能 - 💪 统一的组件设计规范和使用体验 - 🔧 支持按需引入和全局注册 - 📝 完善的文档和示例 ## 🚀 安装 ### 使用 npm ```bash npm install gi-component --save ``` ### 使用 pnpm ```bash pnpm install gi-component ``` ## 📝 许可证 本项目采用 MIT 许可证 - 查看 [LICENSE](LICENSE) 文件了解详情