-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(storybook): add info on
sb-build
- Loading branch information
Viktor Vincze
committed
Mar 15, 2019
1 parent
b158e22
commit 488be91
Showing
3 changed files
with
29 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# storybook-start | ||
|
||
- Environment: `development` | ||
- Alias: `sb-build` | ||
- Storybook is being setup to use `mhy`'s `Webpack` and `Babel` config. | ||
- Builds a standalone version of your Storybook to the `.sb` directory. | ||
|
||
### Default command | ||
```bash | ||
build-storybook | ||
``` | ||
|
||
### CLI Options | ||
https://storybook.js.org/docs/configurations/cli-options/#for-build-storybook | ||
|
||
### Example | ||
```bash | ||
mhy sb-build | ||
# or | ||
mhy storybook-build | ||
``` | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters