# rexui

> ui

Latest version **1.0.1-beta5** (published 2021-06-19) · ISC license · 0 weekly downloads

## Install

```sh
npm install rexui
pnpm add rexui
yarn add rexui
bun add rexui
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1-beta5 |
| Published | 2021-06-19 |
| First published | 2021-06-11 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Unpacked size | 27.6 KB |
| Known vulnerabilities | 0 (+23 in 1 direct dependencies) |
| Install scripts | no |
| Author | chx |
| Maintainers | chxuxu |
| Keywords | xui |

## Links

- npm: https://www.npmjs.com/package/rexui
- Repository: https://e.coding.net/chxuxu/xui/rexui
- npm.io page: https://npm.io/package/rexui

## Dependencies (4)

- [axios](https://npm.io/package/axios.md) ^0.21.1
- [react](https://npm.io/package/react.md) ^16.5.2
- [install](https://npm.io/package/install.md) ^0.13.0
- [react-dom](https://npm.io/package/react-dom.md) ^16.5.2

## Recent versions

- 1.0.1-beta5 (latest) — 2021-06-19
- 1.0.1-beta4 — 2021-06-12
- 1.0.1-beta3 — 2021-06-12
- 1.0.1-beta2 — 2021-06-12
- 1.0.1-beta1 — 2021-06-12
- 1.0.1 — 2021-06-12
- 1.0.0 — 2021-06-11

## README

#目录
__tests__                         //测试用例
coverage                          //用例运行后输出报告产生的临时文件
dist                              //打包目标文件夹
node_modules                      //包
site                              //组件网站源码
src                               //组件源码
    Components                         //通用组件
    utils                              //通用工具函数
    Wheels                             //通用轮子
    Widget                             //ui部件
    index.js                           //索引导出文件
    
.babelrc                          //babel配置文件
.gitignore                        //git忽略配置文件
jest.config.ts                    //jest 单元测试配置文件
tsconfig.json                     //typescript 配置文件
README.md                         //说明帮助文件
webpack.config.js                 //webpack配置文件


#安装包

##与单元测试相关的包
```
"@babel/preset-typescript": "^7.14.5",
"@types/jest": "^26.0.23",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.0.4",
"ts-node": "^10.0.0",
```

---
_Source: https://npm.io/package/rexui · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
