mix breeze.storybook (Breeze v0.5.0)

Copy Markdown View Source

Starts the Breeze Storybook for the current project.

Story files are loaded from the storybook directory by default:

mix breeze.storybook

A different directory or a single story file can be selected with options:

mix breeze.storybook --directory ui/stories
mix breeze.storybook --file button.story.exs

The task inherits :reload, :inspector, :logger, :render_errors, and :storybook_theme from the current project's application configuration. Command-line theme, reload, and inspector options take precedence.