1.0.6-beta • Published 4 years ago

wanpng-uikit v1.0.6-beta

Weekly downloads
18
License
Apache-2.0
Repository
-
Last release
4 years ago

WANPNG-UIKit

Installation

Clone and run yarn to install the dependencies.

yarn

Start locally

yarn run storybook

WANPNG UIKit Storybook running on http://localhost:3003

Publishing to NPM

Change package version

Please refer to Semantic Versioning

Code StatusStageRuleExample Version
First releaseNew productStart with 1.0.01.0.0
Backward compatible bug fixesPatch releaseIncrement the third digit1.0.1
Backward compatible new featuresMinor releaseIncrement the middle digit and reset last digit to zero1.1.0
Changes that break backward compatibilityMajor releaseIncrement the first digit and reset middle and last digits to zero2.0.0

Login to NPM

Login credentials from lastpass.

npm login

Build

yarn run build:all

Publish

npm publish