Nuxt Storybook
Integrate Storybook into your Nuxt application.
Installing
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.
Demo
https://github.com/storybook-vue/nuxt-storybook-module-demo
Features
๐ 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
Nuxt 2 is supported with Storybook v6,you can check legacy code on the v4 branch.
Contributing
- Install dependencies with
pnpm. - Run
pnpm dev:prepareto generate stubbeddistdirectory. - Make your changes.
- Run
pnpm lintto verify that there is no issues (consider adding tests). - Submit a PR.
License
This repository is licensed under the MIT License. Feel free to use the code and modify it according to your needs.
Contacts :
๐ Mail: javachakir@gmail.com
๐ฌ Discord: ChakAs3
๐ฆโโฌ Twitter: @ChakirQatab
