nuxt-storybook icon indicating copy to clipboard operation
nuxt-storybook copied to clipboard

Storybook Module for Nuxt Framework

Results 3 nuxt-storybook issues
Sort by recently updated
recently updated
newest added

Currently the module uses the storybook cli to start the dev server in a new process. I think its more flexible and convenient to use storybooks `buildDevStandalone` for this. You...

When I create simple plugin to share value across my app plugins/test.ts `export default defineNuxtPlugin(() => { return { provide: { test: 'string' }, }; });` and I use it...

I'm guessing the maintained repo is https://github.com/storybook-vue/storybook-nuxt, since it's easy to mistake the names maybe this repo (https://github.com/storybook-vue/nuxt-storybook) should be hidden or removed to avoid confusion? If this repo is...