@storybook/core
Version:
Storybook framework-agnostic API
9 lines (5 loc) • 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
- ` /core-client` - common code that runs in the browser
- ` /core-server` - common code that runs in node (dev server, etc.)