/medium-reusable-vue-components

Repo for the article "Sharing reusable Vue.js components with Lerna, Storybook, and npm or GitHub Package Registries"

Primary LanguageJavaScript

medium-reusable-vue-components

Sharing reusable Vue.js components with Lerna, Storybook, and npm

Project setup

npm install
lerna bootstrap # if installed globally
./node_modules/lerna/cli.js bootstrap # if installed locally

Available Commands

npm run storybook         # Compiles and hot-reloads for development
npm run build-storybook   # Compiles and minifies for production

Deployed on Netlify

Netlify Status