mhy
  • Introduction
  • Basics
    • Installation
    • Usage
    • UI
    • Ecosystem
    • How does it work?
  • Tools
    • Built-ins
      • boot
      • config
      • dep
      • options
      • ui
    • Processes
      • eslint
      • jest
      • node
      • nodemon
      • prettier
      • standard-version
      • storybook-start
      • storybook-build
      • tsc
      • webpack
      • webpack-bundle-analyzer
      • webpack-dev-server
    • Configs
      • eslint
      • gitignore
      • jest
      • manifest
      • mhy
      • npmignore
      • prettier
      • storybook
      • typescript
      • webpack
  • IDE setup
    • WebStorm & PHPStorm
    • VSCode
  • Recipes and Examples
    • package.json overrides
    • Add your own
  • Others
    • FAQ
    • Help
    • Development of mhy
    • Suggest a library
Powered by GitBook
On this page
  • Overriding from package.json
  • Used by

Was this helpful?

  1. Tools
  2. Configs

storybook

PreviousprettierNexttypescript

Last updated 3 years ago

Was this helpful?

Currently only start options are available. *[]:

# Print config to console
mhy config storybook

Overriding from package.json

{
    "mhy": {
        "storybook": {
            "root" : {
                "start": {
                    "port": 3500
                }
            }
        }
    }
}

Used by

  • storybook-start

https://storybook.js.org/configurations/cli-options/