wanpng-uikit
v1.0.6-beta
Published
## Installation
Readme
WANPNG-UIKit
Installation
Clone and run yarn to install the dependencies.
yarnStart locally
yarn run storybookWANPNG UIKit Storybook running on http://localhost:3003
Publishing to NPM
Change package version
Please refer to Semantic Versioning
| Code Status | Stage | Rule | Example Version | | ----------------------------------------- | ------------- | ------------------------------------------------------------------ | --------------- | | First release | New product | Start with 1.0.0 | 1.0.0 | | Backward compatible bug fixes | Patch release | Increment the third digit | 1.0.1 | | Backward compatible new features | Minor release | Increment the middle digit and reset last digit to zero | 1.1.0 | | Changes that break backward compatibility | Major release | Increment the first digit and reset middle and last digits to zero | 2.0.0 |
Login to NPM
Login credentials from lastpass.
npm loginBuild
yarn run build:allPublish
npm publish