8.0.0 ⢠Published 1 year ago
@wladyslaw-malejew/storybook v8.0.0
Nuxt Storybook
Integrate Storybook into your Nuxt application.
Installing
npx nuxi@latest module add 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:prepare
to generate stubbeddist
directory. - Make your changes.
- Run
pnpm lint
to 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
8.0.0
1 year ago