jsilva-pt / medium-reusable-vue-components

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

Home Page:https://medium.com/@jmanuelsilva/sharing-reusable-vue-js-components-with-lerna-storybook-and-npm-7dc33b38b011

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://medium.com/@jmanuelsilva/sharing-reusable-vue-js-components-with-lerna-storybook-and-npm-7dc33b38b011


Languages

Language:JavaScript 60.8%Language:Vue 39.2%