Sharing reusable Vue.js components with Lerna, Storybook, and npm
npm install
lerna bootstrap # if installed globally
./node_modules/lerna/cli.js bootstrap # if installed locally
npm run storybook # Compiles and hot-reloads for development
npm run build-storybook # Compiles and minifies for production