nuxt-modules / storybook

Storybook integration with Nuxt.
https://storybook.nuxtjs.org
410 stars 95 forks source link

Docs: Vuetify Demo not working #443

Open derHodrig opened 1 year ago

derHodrig commented 1 year ago

https://storybook.nuxtjs.org/examples/vuetify

As shown the Stackblitz Vuetify example isnt found / working. Please provide a correct link.

Repo File https://github.com/nuxt-modules/storybook/blob/main/docs/content/3.examples/5.vuetify.md

tobiasdiez commented 6 months ago

https://github.com/storybook-vue/storybook-nuxt/tree/main/packages/storybook-nuxt/playground uses vuetify. It would be nice to have an example using vuetify here in this repo similar to https://github.com/nuxt-modules/storybook/tree/main/examples/tailwind, and then link to this example in the docs.

I have no experience with vuetify, could you maybe open a PR with such an example? That would be great 🚀

tobiasdiez commented 5 months ago

I've started working on the vuetify demo but got stuck as the vuetify package could not be found by nuxt: https://github.com/nuxt-modules/storybook/pull/614

It would be awesome if someone with more experience with vuetify could investigate (and in the best case fix) the build error.