Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jsilva-pt/medium-reusable-vue-components

Repo for the article "Sharing reusable Vue.js components with Lerna, Storybook, and npm or GitHub Package Registries"
https://github.com/jsilva-pt/medium-reusable-vue-components

component-driven lerna reusable-components storybook vue

Last synced: 15 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# medium-reusable-vue-components
Sharing reusable Vue.js components with Lerna, Storybook, and npm

## Project setup
``` bash
npm install
lerna bootstrap # if installed globally
./node_modules/lerna/cli.js bootstrap # if installed locally
```

## Available Commands
``` bash
npm run storybook # Compiles and hot-reloads for development
npm run build-storybook # Compiles and minifies for production
```

## Deployed on [Netlify](https://medium-reusable-vue-components.netlify.com)
[![Netlify Status](https://api.netlify.com/api/v1/badges/e32cf289-b73c-422d-b368-b9deb25fd625/deploy-status)](https://app.netlify.com/sites/medium-reusable-vue-components/deploys)