mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-09 00:19:13 +08:00
9 lines
390 B
Markdown
9 lines
390 B
Markdown
# Storybook Core
|
|
|
|
This package contains common data structures and bootstrapping capabilities used among the different frameworks (React, RN, Vue, Ember, Angular, etc).
|
|
|
|
It is a proxy package (for backwards compatibility) that is implemented by
|
|
|
|
- `@storybook/core-client` - common code that runs in the browser
|
|
- `@storybook/core-server` - common code that runs in node (dev server, etc.)
|