Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/qqxs/rc-library-template

react component library template
https://github.com/qqxs/rc-library-template

react rollup storybook typescript

Last synced: about 1 month ago
JSON representation

react component library template

Awesome Lists containing this project

README

        

# rc-library-template

## Use

```bash
# build production
yarn run build

# run fix:prettier fix:eslint
yarn run fix

# jest test

yarn run test

# development
yarn run storybook

# build storybook docs

yarn run storybook:build

# npm publish

yarn run publish
```

## version

node >= 10

react >= 16.8