zpm-test
v2.0.0
Published
a react lib template
Readme
create-react-lib (lite)
Quick to build your own react library!
this project is
🏗 bootstrap by creact-react-app --typescript
🏭 build by microbundle
🐙 test by @testing-library
📖 make doc by @storybook
👀 lint code by eslint & prettier
How to use? 🤨
Step1:clone this project
Step2:make your components in src/**
Step3: make your test code
Step4: make your story code
Step5: npm run build
Step6: npm run releasethat's all, happy hacking!😎
Bugs 🐛
- https://github.com/developit/microbundle/issues/763
- https://github.com/developit/microbundle/pull/799
