r-air-ui
v0.3.2
Published
A UI Library created by China AirRegi FE team
Downloads
61
Readme
AirUI
A components library created by AirRegi China Front-end Team
Live Demo
Build Setup
# install dependencies
npm install
# build for production with minification
npm run build
# build for storybook for looking
npm run storybook
# publish for storybook
npm run build-storybook
How to Publish
first of all, pleast ask FE team leader add your account to r-air-ui on NPM
on master branch
## modify the version in package.json
"version": "X.X.X"
## build the storybook for showing this new version
npm run build-storybook
## build for npm publishing
npm run build
## to publish
npm publish
## push
git push