tims-ui
TypeScript icon, indicating that this package has built-in type declarations

0.0.19 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i tims-ui

Weekly Downloads

1

Version

0.0.19

License

MIT

Unpacked Size

3.18 MB

Total Files

190

Last publish

Collaborators

  • jerry_zhan
  • tims-fe
  • jason.huang_tims