Storybook Addon Nuxt screenshot

Storybook Addon Nuxt

Author Avatar Theme by Hirotaka
Updated: 28 Sep 2023
78 Stars

This add-on makes it easier to set up Storybook in your Nuxt3 project.

Categories

Overview:

The Storybook Addon Nuxt is an add-on that simplifies the process of setting up Storybook in your Nuxt3 project. It offers features such as auto imports and NuxtLink. The project is still in its early stages and is open to hearing requests for additional features from users. To use Storybook with Nuxt3, you need to use the nuxt-modules repository.

Features:

  • Auto Imports: The Storybook Addon Nuxt automatically imports the necessary components in your Nuxt3 project, making it easier to set up Storybook.
  • NuxtLink: This feature allows you to use NuxtLink in Storybook, providing seamless navigation between pages.
  • Open to Requests: The project is open to hearing requests for additional features from users and will address them in the order they are received.

Installation:

To install the Storybook Addon Nuxt, follow these steps:

  1. First, set up Storybook in your Nuxt project directory.
  2. Install the storybook-addon-nuxt using npm or yarn.
npm install storybook-addon-nuxt

or

yarn add storybook-addon-nuxt
  1. Register the Addon in your main.js file.

Summary:

The Storybook Addon Nuxt simplifies the process of setting up Storybook in your Nuxt3 project. It offers features such as auto imports and NuxtLink. The project is open to user requests for additional features. To install, follow the provided installation guide.