mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 00:31:05 +08:00
Storybook for Vue
Storybook for Vue is a UI development environment for your Vue components. With it, you can visualize different states of your UI components and develop them interactively.
Notes
- When using global custom components or extension (e.g
Vue.use
). You will need to declare those in the./storybook/config.js
.
♥️