# idux **Repository Path**: brenner8023/idux ## Basic Information - **Project Name**: idux - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-28 - **Last Updated**: 2021-12-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # @idux `@idux` 是一套企业级中后台 UI 组件库, 致力于提供高效愉悦的开发体验。 基于 Vue 3.x + TypeScript 开发, 全部代码开源并遵循 MIT 协议,任何企业、组织及个人均可免费使用。
[![Build Status](https://dev.azure.com/iduxfeteam/IduxFE/_apis/build/status/IduxFE.idux?branchName=main)](https://dev.azure.com/iduxfeteam/IduxFE/_build/latest?definitionId=2&branchName=main) [![Codecov](https://codecov.io/gh/IDuxFE/idux/branch/main/graph/badge.svg?token=PGAUXP06V3)](https://codecov.io/gh/IDuxFE/idux) [![Npm version](https://img.shields.io/npm/v/@idux/components)](https://www.npmjs.com/package/@idux/components) [![Release Date](https://img.shields.io/github/release-date/IDuxFE/idux)](https://github.com/IDuxFE/idux/releases) [![CodeFactor](https://www.codefactor.io/repository/github/iduxfe/idux/badge)](https://www.codefactor.io/repository/github/iduxfe/idux) [![Code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4)](https://github.com/prettier/prettier) [![GitHub contributors](https://img.shields.io/github/contributors/IDuxFE/idux)](https://github.com/IDuxFE/idux/contributors) [![GitHub license](https://img.shields.io/github/license/IDuxFE/idux)](https://github.com/IDuxFE/idux/blob/main/LICENSE)
[English](README.md) | 简体中文 ## ✨ 特性 - 全面拥抱 Composition API,从源码到文档 - 完全使用 TypeScript 开发,提供完整的类型定义 - Monorepo 管理模式:`cdk`, `components`, `pro` - 开箱即用的高质量组件 - 灵活的全局配置 - 深入细节的主题定制能力 - 国际化语言支持 ## 🖥 支持环境 - Vue `^3.0.0` [![vue-next](https://img.shields.io/npm/v/vue/next.svg)](https://www.npmjs.com/package/vue/v/next) | Edge
Edge | Chrome
Chrome | Firefox
Firefox | Safari
Safari | Electron
Electron | | --------- | --------- | --------- | --------- | --------- | | 79 + | 79 + | 72 + | 13.1 + | 10 + | ## 📦 安装 ```bash npm install --save @idux/cdk @idux/components @idux/pro ``` ## 🔨 使用 最简单的使用方式参照以下 CodeSandbox 或者 StackBlitz 演示,也推荐 Fork 示例来进行 `Bug Report`,也可以将其下载下来作为项目初始化模板。 - [CodeSandbox: idux-starter](https://codesandbox.io/s/idux-starter-7o9lv) - [StackBlitz: idux-starter](https://stackblitz.com/edit/idux-starter) 参考[快速上手](https://idux.site/docs/getting-started/zh)以了解更多。 ## 🔗 链接 ## ⌨️ 开发 ```bash npm install npm start ``` 使用浏览器访问:`http://localhost:3000` ## 🤝 如何贡献 [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/IDuxFE/idux/pulls) 在任何形式的参与前,请先阅读 [贡献者文档](https://github.com/IDuxFE/idux/blob/main/packages/site/src/docs/Contributing.zh.md)。如果你希望参与贡献,欢迎 [Pull Request](https://github.com/IDuxFE/idux/pulls),或给我们 [报告 Bug](https://github.com/IDuxFE/idux/issues)。 > 强烈推荐阅读 [《提问的智慧》](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way)、[《如何向开源社区提问题》](https://github.com/seajs/seajs/issues/545) 和 [《如何有效地报告 Bug》](http://www.chiark.greenend.org.uk/%7Esgtatham/bugs-cn.html)、[《如何向开源项目提交无法解答的问题》](https://zhuanlan.zhihu.com/p/25795393),更好的问题更容易获得帮助。 ## 💖 特别感谢 许多功能的灵感来自于以下优秀的开源项目。 - [@angular](https://github.com/angular) - [ant-design](https://github.com/ant-design) - [NG-ZORRO](https://github.com/NG-ZORRO) ## ☀️ 授权协议 [MIT](https://github.com/IDuxFE/idux/blob/main/LICENSE) © 2020-present IDuxFE