0.0.5 • Published 5 years ago

react-ui6666test v0.0.5

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

React ui

从零开始搭建一个基于React(函数式组件) + Typescript的UI库

脚手架搭建(目录结构)

+ .circleci/
  - config.yml                  # ci 配置文件
+ coverage/                     # 测试覆盖率
+ example/                      # 组件demo
+ lib/                          # 组件源文件
+ test/                         # 测试配置 && 测试用例

deploy.sh                       # 一键部署脚本
example.tsx                     # demo
index.html                      # 展示官网
jest.config.js                  # jest 测试配置文件
tsconfig.json                   # typescript配置文件
tsconfig.test.json              # jest 类型配置文件
webpack.config.dev.js           # webpack 开发环境配置
webpack.config.js               # webpack 基础配置
webpack.config.prod.js          # webpack 生产环境配置