Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/qqxs/rc-library-template
- Owner: qqxs
- License: mit
- Created: 2021-08-28T07:42:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-28T15:11:15.000Z (over 3 years ago)
- Last Synced: 2024-11-14T13:24:05.726Z (about 2 months ago)
- Topics: react, rollup, storybook, typescript
- Language: TypeScript
- Homepage: https://qqxs.github.io/rc-library-template/
- Size: 1.26 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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