nuxt-storybook
nuxt-storybook copied to clipboard
Storybook Module for Nuxt Framework
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...