Vue
Storybook for Vue & Rsbuild helps you preview and iterate on Vue components with the same Rsbuild configuration you use for your application.
Requirements
Getting started
Use the steps below in an existing Rsbuild-based Vue project.
Installation
Install the Vue framework package to enable Storybook support.
Configure .storybook/main.ts
You're ready to go! Check the Vue 3 sandbox for a complete reference, and explore the Storybook docs for feature guides.
Next Steps
Now that Storybook is running, explore how to create stories for your Vue components:
- Writing Stories: Learn the Component Story Format (CSF).
- Vue Essentials: Specific guides for Vue development in Storybook.
Options
Please refer to the Configuration Guide for framework-specific options and defaults.