Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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等
- Host: GitHub
- URL: https://github.com/ximing/react-library-tpl
- Owner: ximing
- Created: 2020-03-27T10:52:10.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-09T13:51:53.000Z (over 4 years ago)
- Last Synced: 2024-12-29T18:44:36.534Z (11 days ago)
- Language: TypeScript
- Homepage: http://ximing.github.io/react-library-tpl
- Size: 2.28 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)