0.0.8 • Published 5 years ago

yang-coreui v0.0.8

Weekly downloads
8
License
MIT
Repository
-
Last release
5 years ago

Available Scripts

In the project directory, you can run:

yarn run storybook

Runs the react storybook. Open http://localhost:6006 to view it in the browser.

The page will reload if you make edits.

To Deploy the package to NPM

Log in to npm using the command npm login

NOTE: NEVER update the package version yourself. ALWAYS do so through npm.

If publishing minor change

npm version patch

If publishing major change

Do this if you're potentially introducing a breaking change

npm publish