Isaac Mann 1c94df17c7
docs(nxdev): fix link to docs from executors (#4908)
ISSUES CLOSED: #4862

Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2021-02-26 09:43:58 -05:00

1.1 KiB

storybook

Serve Storybook

Properties can be configured in workspace.json when defining the executor, or when invoking it. Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/cli-overview#running-tasks.

Properties

docsMode

Default: false

Type: boolean

Build a documentation-only site using addon-docs.

host

Default: localhost

Type: string

Host to listen on.

port

Default: 9009

Type: number

Port to listen on.

projectBuildConfig

Type: string

Workspace project where Storybook reads the Webpack config from

quiet

Default: true

Type: boolean

Suppress verbose build output.

ssl

Default: false

Type: boolean

Serve using HTTPS.

sslCert

Type: string

SSL certificate to use for serving HTTPS.

sslKey

Type: string

SSL key to use for serving HTTPS.

staticDir

Type: array

Directory where to load static files from, array of strings

uiFramework (hidden)

Default: @storybook/angular

Type: string

Storybook framework npm package

watch

Default: true

Type: boolean

Watches for changes and rebuilds application