0.1.7 • Published 3 years ago

@hulkstack/heft-plugin-storybook v0.1.7

Weekly downloads
2
License
MIT
Repository
-
Last release
3 years ago

@hulkstack/heft-plugin-storybook

Storybook plugin for @rushstack/heft to enable localized usage of storybook for developing react components.

Usage

Add the plugin in heft.json

{
  // ...
  "heft-plugins": [{
    "plugin": "heft-plugin-storybook"
  }]
}

Add the script to package.json

{
  // ...
  "scripts": {
    // ...
    "dev": "heft storybook"
  }
}

You can now run it using rushx dev or if not using rushjs: npm run dev