8.0.0 ā€¢ Published 25 days ago

@nuxtjs/storybook v8.0.0

Weekly downloads
10,681
License
MIT
Repository
github
Last release
25 days ago

Nuxt Storybook

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

  1. Install dependencies with pnpm.
  2. Run pnpm dev:prepare to generate stubbed dist directory.
  3. Make your changes.
  4. Run pnpm lint to verify that there is no issues (consider adding tests).
  5. 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

25 days ago

7.0.2

2 months ago

7.0.1-alpha.0

7 months ago

7.0.0

8 months ago

4.3.2

2 years ago

4.3.1

2 years ago

4.3.0

2 years ago

4.2.0

3 years ago

4.1.1

3 years ago

4.1.0

3 years ago

4.0.4

3 years ago

4.0.3

3 years ago

4.0.2

3 years ago

3.3.2

3 years ago

4.0.1

3 years ago

4.0.0-rc.1

3 years ago

4.0.0

3 years ago

3.3.1

3 years ago

3.3.0

3 years ago

3.2.0

3 years ago

3.1.0

4 years ago

3.0.0-rc1

4 years ago

3.0.0

4 years ago

2.2.2

4 years ago

2.2.1

4 years ago

2.2.0

4 years ago

2.2.0-rc.3

4 years ago

2.2.0-rc.2

4 years ago

2.2.0-rc.1

4 years ago

2.1.0

4 years ago

2.1.0-rc.2

4 years ago

2.1.0-rc.1

4 years ago

2.0.1-rc.1

4 years ago

2.0.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.1.0-beta.1

4 years ago

1.1.0-beta.0

4 years ago

1.0.0

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago