0.0.19 • Published 9 months ago

tims-ui v0.0.19

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

tims-ui

基于 dumi+react+antd 开发的一个 UI 组件库

NPM version NPM downloads ##目录结构

.
├── docs               # 组件库文档目录
│   ├── index.md       # 组件库文档首页
│   ├── guide          # 组件库其他文档路由表(示意)
│   │   ├── index.md
│   │   └── help.md
├── src                # 组件库源码目录
│   ├── Button         # 单个组件
│   │   ├── index.tsx  # 组件源码
│   │   ├── index.less # 组件样式
│   │   └── index.md   # 组件文档
│   └── index.ts       # 组件库入口文件
├── .dumirc.ts         # dumi 配置文件
└── .fatherrc.ts       # father-build 的配置文件,用于组件库打包

dumi 框架写组件 demo: https://d.umijs.org/guide/write-demo

Usage

TODO

Options

TODO

Development

# install dependencies
$ npm install

# develop library by docs demo
$ npm start

# build library source code 打包发布的组件
$ npm run build

# build library source code in watch mode
$ npm run build:watch

# build docs 打包项目
$ npm run docs:build

# check your project for potential problems
$ npm run doctor

LICENSE

MIT

0.0.10

11 months ago

0.0.11

11 months ago

0.0.12

11 months ago

0.0.13

11 months ago

0.0.14

9 months ago

0.0.15

9 months ago

0.0.16

9 months ago

0.0.17

9 months ago

0.0.18

9 months ago

0.0.19

9 months ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

1.0.0

1 year ago