https://github.com/jdf2e/nutui-biz
NutUI 业务组件库 react 版
https://github.com/jdf2e/nutui-biz
Last synced: about 1 year ago
JSON representation
NutUI 业务组件库 react 版
- Host: GitHub
- URL: https://github.com/jdf2e/nutui-biz
- Owner: jdf2e
- Created: 2022-11-11T11:45:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-10T12:59:56.000Z (over 1 year ago)
- Last Synced: 2025-03-29T18:05:47.644Z (about 1 year ago)
- Language: TypeScript
- Size: 2.57 MB
- Stars: 65
- Watchers: 6
- Forks: 17
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
基于 NutUI-React 的移动电商业务组件库
---
## 特性
* 🚀 20+ 高质量组件,覆盖移动端商城所有模块
* 📖 基于京东APP 10.0 视觉规范
* 🍭 支持按需引用
* 📖 详尽的文档和示例
* 💪 支持 TypeScript
* 🍭 单元测试覆盖率超过 80%,保障稳定性
## 安装
```bash
npm i @nutui/nutui-biz
```
## 示例
```js
import * as React from "react";
import * as ReactDOM from "react-dom";
import '@nutui/nutui-biz/dist/style.css'
import '@nutui/nutui-react/dist/style.css'
import { Card } from '@nutui/nutui-biz';
ReactDOM.render(
,
document.getElementById("app")
);
```
## 构建版本
> AMD 环境、Webpack、Vite 等构建工具环境、服务端建议使用 es 版,非模块化环境(如通过 `` 标签直接引用)建议使用 umd 压缩版。
* es **nutui.biz.es.js**
* umd **nutui.biz.umd.js**
## 问题反馈与建议
[参与 NutUI-Biz 社区讨论](https://github.com/jdf2e/nutui-biz/discussions)
如果您有任何想法、疑问或建议,都可以参与社区讨论分享您的观点。
## 贡献者们
感谢以下所有给 NutUI-Biz 贡献过代码的 [开发者](https://github.com/jdf2e/nutui-biz/graphs/contributors)。
<a href="https://github.com/jdf2e/nutui-biz/graphs/contributors">
<img src="https://opencollective.com/nutui-biz/contributors.svg?width=890&button=false" alt="contributors">
</a>
<!-- ## Stargazers -->
<!-- [](https://github.com/jdf2e/nutui/stargazers) -->
<!-- ## Forkers
[](https://github.com/jdf2e/nutui/network/members) -->
<!-- ## 开发计划
[Milestones](https://github.com/jdf2e/nutui/projects) -->
## 更新日志
本项目遵从 [Angular Style Commit Message Conventions](https://gist.github.com/stephenparish/9941e89d80e2bc58a153),更新日志请查阅 [Release](https://github.com/jdf2e/nutui-biz/releases)。
## github stargazers
