JSPM

@storybook/vue

3.2.0-alpha.7
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 71061
  • Score
    100M100P100Q33979F
  • License MIT

Storybook for Vue: Develop Vue Component in isolation with Hot Reloading.

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

Greenkeeper badge Build Status CodeFactor Known Vulnerabilities BCH compliance codecov Storybook Slack

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.

♥️