Storybook module usage inside a Nuxt Layer
As mentioned in the title, i want to add the storybook module for Nuxt 3 to my Nuxt Layer to build up a component library inside of it which is interactive and reusable. Issue here is, that there are a ton of approaches out there, but i constantly run into more issues while setting up. The module does not recognize the configs for storybook correctly, the integration into the devtools do not work right etc. and i would appreciate some help here.
1 Reply
I'm using the npx nuxi init -t layer <app> to add a Nuxt layer. Afterwards i add npx nuxi@latest module add storybook & for the configurations: npx storybook-nuxt init