Files
JoyD/Web/Vue/CubeLib/README.md
2026-01-29 11:12:19 +08:00

50 lines
897 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# JoyD Vue3 CubeLib 组件库
## 简介
JoyD Vue3 CubeLib 是一个基于 Vue 3 开发的组件库,提供了一系列可复用的 UI 组件,旨在简化 Web 应用程序的开发流程。
## 特性
- 基于 Vue 3 构建
- TypeScript 支持
- 模块化设计
- 易于定制和扩展
- 丰富的组件库
## 安装
```bash
npm install joyd.web.vue.cubelib
# 或者
yarn add joyd.web.vue.cubelib
```
## 使用
```javascript
import { CubeButton } from 'joyd.web.vue.cubelib'
app.use(CubeButton)
```
## 文档
查看 [在线文档](https://docs.joyd.com) 获取详细的使用说明和示例。
## 贡献
我们欢迎社区贡献!请阅读 [贡献指南](CONTRIBUTING.md) 了解如何参与。
## 许可证
MIT License
## 联系我们
- 邮箱support@joyd.com
- 网站https://www.joyd.com
## 版本历史
请查看 [CHANGELOG.md](CHANGELOG.md) 了解版本更新历史。