oring-ui
v1.2.8
Published
Fancy UI components library
Downloads
73
Readme
2023 04/26
- Start migrate storybook to v7.0.7 and react-scripts v5.0.1
node use v16.20.0
ORing UI
npm run storybook
to start storybook Storybook Docs
NOTICE
- please use relative path instead of absolute path when developing oring-ui!
Release steps
After PR dev to master
- checkout the master branch
- change the package version then run
npm install
to renew the package-lock file - push a release commit (ex: release: bump version to v0.0.1)
- create a new tag on the commit and push
npm run build
npm publish
- switch to the repo designed based on oring-ui and run
npm outdated
thennpm update oring-ui
- keep developing