Add Storybook to your
Nuxt Applications.

Welcome to @nuxtjs/storybook module documentation to help you set up Storybook in your Nuxt application in seconds, with many goodies ๐Ÿฌ.

Bash
$pnpm add -D @nuxtjs/storybook
Click to copy

Features

๐Ÿ‘Œ

Zero Configuration

This module enables a quick and easy setup of Storybook in your Nuxt application.

๐Ÿš—

Auto-run Storybook

Enabling this modules will install storybook and run it in background

๐ŸŽจ

Storybook Viewer

Discover your storybook directly from the Devtools, no need to quit your nuxt app to open new Storybook tab.

๐Ÿ”—

Storybook Terminal

You can run the storybook dev and watching what is happening in terminal from DevTools, this may be very handly if you want to run storybook dev from Nuxt app directly.

๐Ÿ“ฆ

Extendable

The module supports the ability to extend the Storybook config from Nuxt modules or layers.

๐Ÿ’—

Open Source

Storybook is one of the fastest growing frontend communities. Join thousands fellow developers leveling up their skills together.