Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ximing/react-library-tpl

react 组件库项目模板,包括example,测试,rollup构建,gh-pages在线demo等
https://github.com/ximing/react-library-tpl

Last synced: 9 days ago
JSON representation

react 组件库项目模板,包括example,测试,rollup构建,gh-pages在线demo等

Awesome Lists containing this project

README

        

# react-library-tpl

>

[![NPM](https://img.shields.io/npm/v/dag.svg)](https://www.npmjs.com/package/dag) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

react 组件/library 项目模板

## Usage

```bash
npx degit ximing/react-library-tpl my-project
```

## Feature

- 支持 jest 测试
- 使用 gatsby 创建官网
- src 和 example 使用 typescript
- 支持发布到 github pages
- 使用 github workflows 自动发布官网
- 使用 rollup 进行构建
- eslint/typecheck 支持
- git commit 时进行代码检测

## License

MIT © [ximing](https://github.com/ximing)