Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chakas3/storybook-nuxt-examples
https://github.com/chakas3/storybook-nuxt-examples
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/chakas3/storybook-nuxt-examples
- Owner: chakAs3
- Created: 2023-08-22T05:25:26.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-23T17:35:28.000Z (over 1 year ago)
- Last Synced: 2024-04-14T10:13:18.684Z (9 months ago)
- Language: Vue
- Size: 182 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Not a Minimal Starter for Storybook for Nuxt Project
Look at the [Storybook Nuxt package](https://github.com/storybook-vue/storybook-nuxt)
## Setup and configuration
This demo contains:
- 🌐 Global components : NuxtLink, NuxtWelcome, NuxtLayout ... bref you can use them all
- 💻 Modules : @nuxt/ui , i18n, @nuxt/image, pinia, nuxt-vuetify ... bref you can add any module
- 🚘 Autoimports :( components, composables ... bref you can add your own.
- 📃 Pages :( Nuxt full pages example, ... bref you know what you should do.I thought for moment about creating a clear document for users to get this working.
### Bref run
`pnpm i & pnpm storybook`
### NB:
- this repo uses a fork for `@storybook/vue3` to enable early testing for users utill my PR got merged
- if you have your existing nuxt project run `npx storybook-nuxt init` to install,config and run storybookGOOD LUCK 🤎