Package Exports
- @storybook/vue
- @storybook/vue/dist/server/config/defaults/webpack.config.js
- @storybook/vue/package.json
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@storybook/vue) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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.
♥️