Storybook Integration still not supports @storybook/web-components as uiFramework option in config generator
See original GitHub issueCurrent Behavior
currently storybook config generator only supports two values only @storybook/angular , @storybook/react
Expected Behavior
it should support more options (ex. @storybook/web-components). And also update relevant docs and add examples.
Environment
Nx 13.4.4
Issue Analytics
- State:
- Created 2 years ago
- Comments:23 (10 by maintainers)
Top Results From Across the Web
Storybook: Frontend workshop for UI development
Storybook is a frontend workshop for building UI components and pages in isolation. Thousands of teams use it for UI development, testing, and...
Read more >Build your design system with Storybook + Nx
Automatically add Storybook setup to any Nx library ... The fact that Storybook is also integrated within your workspace, and as part of...
Read more >How to resolve aliases in Storybook? - Stack Overflow
module . Not 100% sure about the webpack export/import issue but do note that your webpack config export is a function, not a...
Read more >ECMAScript 6 Tools Awesome - DirDev.com
Transpilers. Babel - Turn ES6+ code into vanilla ES5 with no runtime; Traceur compiler - ES6 features > ES5. Includes classes, generators, promises, ......
Read more >Set up Storybook for Angular Projects - Nx
You first need to set up Storybook for your Nx workspace, if you haven't already. ... The @nrwl/angular:storybook-configuration generator has the option to ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I had to switch to the branch without storybook and init it again with nx then copy the initial config. May be helpful to someone
Old
New
So, Storybook now can be configured as you would configure it in any app without Nx. So, you can just use the pure Storybook documentation!
Here is a link I found regarding assets:
https://storybook.js.org/docs/angular/configure/images-and-assets