0.18.0 • Published 2 years ago

@garment/plugin-runner-storybook v0.18.0

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

runner-storybook

Runs Storybook.

Installation

npm i @garment/plugin-runner-storybook

or

yarn add @garment/plugin-runner-storybook

start

Start Storybook in development mode

Example usage

{
    "runner": "storybook",
    "options": {
        "configDir": "{{projectDir}}/.storybook",
        "port": 3001,
        "host": "localhost"
    }
}

API

configDir: path

Default: {{projectDir}}/.storybook

The config folder to start Storybook from


port: number

Default: 9009

Port to serve Storybook


host: string

Default: localhost

Host to serve Storybook

build

Build storybook

API

configDir: path

Default: {{projectDir}}/.storybook

The config folder to build Storybook from

0.18.0

2 years ago

0.16.0

3 years ago

0.15.4

3 years ago

0.15.2

3 years ago

0.15.0

3 years ago

0.14.0

3 years ago

0.13.13

4 years ago

0.13.8

4 years ago

0.13.7

4 years ago