Package Exports
- @nx/storybook
- @nx/storybook/index.js
- @nx/storybook/presets/cypress
- @nx/storybook/presets/cypress.js
- @nx/storybook/src/generators/init/init
- @nx/storybook/src/generators/init/init.js
- @nx/storybook/src/utils/utilities
- @nx/storybook/src/utils/utilities.js
- @nx/storybook/src/utils/versions
- @nx/storybook/src/utils/versions.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@nx/storybook) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Nx: Smart Repos · Fast Builds
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
This package is a Storybook plugin for Nx.
Getting Started
Creating an Nx Workspace
Using npx
npx create-nx-workspace
Using npm init
npm init nx-workspace
Using yarn create
yarn create nx-workspace
Adding Nx to an Existing Repository
Run:
npx nx@latest init