Skip to content

Latest commit

 

History

History

vue-storybook

vue-storybook

Publish components in your storybook

  1. Set up your private npm proxy with Verdaccio

  2. Add your private npm proxy address to modularize.js

const REGISTRY = 'https://xxx.xxx.xxx';
  1. Switch to the directory of your component. E.g. src/components/cTable/
$npm publish cTable