Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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"
- Host: GitHub
- URL: https://github.com/jsilva-pt/medium-reusable-vue-components
- Owner: jsilva-pt
- Created: 2019-04-22T07:58:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T20:17:09.000Z (about 2 years ago)
- Last Synced: 2024-05-01T17:24:59.011Z (9 months ago)
- Topics: component-driven, lerna, reusable-components, storybook, vue
- Language: JavaScript
- Homepage: https://medium.com/@jmanuelsilva/sharing-reusable-vue-js-components-with-lerna-storybook-and-npm-7dc33b38b011
- Size: 3.87 MB
- Stars: 20
- Watchers: 1
- Forks: 2
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
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)