@vlife-grand-era/vlife-storybook

To work locally run next commands: 1) yarn 2) yarn dev

Usage no npm install needed!

<script type="module">
  import vlifeGrandEraVlifeStorybook from 'https://cdn.skypack.dev/@vlife-grand-era/vlife-storybook';
</script>

README

To work locally run next commands:

  1. yarn
  2. yarn dev

To build Storybook for own Storybook website:

  • yarn build-storybook

To build Storybook as a library:

  1. yarn build

IMPORTANT INFO

For future and current maintainers.

Make sure you have increased the version of storybook through "yarn version" command after every feature/critical bug.

It is also obligatory to mention that storybook npm library upgrade is fully automated with help of CI/CD scripts, so the only thing you need to publish new version is merging dev branch to master. Be careful.