Integrate Storybook into your Nuxt application.
pnpm add -D @nuxtjs/storybook
Update your nuxt.config:
modules: [
'@nuxtjs/storybook',
],
storybook: {
url: 'http://localhost:6006',
storybookRoute: '/__storybook__',
port: 6006,
},
Then run pnpm dev to start you Nuxt server.
https://github.com/storybook-vue/nuxt-storybook-module-demo
👌 Zero configuration to start (see video)
🪄 Access Storybook Terminal
🎨 Devtools tab with Storybook app
⚙️ Reference your Storybook config in your app
📦 Extendable by Nuxt modules
🚀 Supports Nuxt 3 / Storybook 7
Nuxt 2 is supported with Storybook v6,you can check legacy code on the v4 branch.
pnpm.pnpm dev:prepare to generate stubbed dist directory.pnpm lint to verify that there is no issues (consider adding tests).This repository is licensed under the MIT License. Feel free to use the code and modify it according to your needs.
🔖 Mail: javachakir@gmail.com
💬 Discord: ChakAs3
🐦⬛ Twitter: @ChakirQatab