-
run:
nx run {project name}:storybook
-
build:
nx run {project name}:build-storybook
-
print affected:
nx print-affected --target=build-storybook
-
[YouTube] Nx Tutorial: Group all your stories into a single viewable Storybook with Nx
-
Creating a Storybook instance including stories from multiple libraries in a Nrwl Nx workspace
-
VS Code Jest, Improved ESLint Support, Typescript 4, Storybook 6, and more with Nx 10.3 | Nx Blog
-
What is Storybook and How Can I Use It to Create a Component Library in React? | freeCodeCamp
-
Guest Post: High Quality React apps with Nx & Cypress | Cypress
-
Use Cypress and Storybook to test your React Components in Isolation
reported: [GitHub] nrwl/nx - React storybook: issue importing from other libraries #2320
fixed: [GitHub] nrwl/nx - fix(storybook): properly resolve TS paths in storybook webpack config #3032
requires: [npm] tsconfig-paths-webpack-plugin
changes needed based on the @nrwl/storybook plugin - library schematic configuration:
Note: it's possible to define it on the <root>/.storybook/webpack.config.js