react-ui6666test
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

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 生产环境配置

Readme

Keywords

none

Package Sidebar

Install

npm i react-ui6666test

Weekly Downloads

10

Version

0.0.5

License

ISC

Unpacked Size

29.9 kB

Total Files

7

Last publish

Collaborators

  • chrisxmy