Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/herrmannplatz/vue-cli-plugin-library
vue component library boilerplate
https://github.com/herrmannplatz/vue-cli-plugin-library
Last synced: 14 days ago
JSON representation
vue component library boilerplate
- Host: GitHub
- URL: https://github.com/herrmannplatz/vue-cli-plugin-library
- Owner: herrmannplatz
- License: mit
- Created: 2019-03-19T21:30:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-19T21:58:09.000Z (almost 6 years ago)
- Last Synced: 2024-11-11T16:37:48.641Z (2 months ago)
- Language: JavaScript
- Size: 78.1 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-cli-plugin-library
[![npm version](https://badge.fury.io/js/vue-cli-plugin-library.svg)](https://badge.fury.io/js/vue-cli-plugin-library) [![Build Status](https://travis-ci.org/herrmannplatz/vue-cli-plugin-library.svg?branch=master)](https://travis-ci.org/herrmannplatz/vue-cli-plugin-library) [![Greenkeeper badge](https://badges.greenkeeper.io/herrmannplatz/vue-cli-plugin-library.svg)](https://greenkeeper.io/)
> vue component library boilerplate - inspired by [LinusBorg talk](https://github.com/LinusBorg/talks/tree/master/2019-02-15%20Vue.js%20Amsterdam)
## Installation
```bash
$ vue add library
```## Usage
### Bundle library
```bash
$ yarn bundle
```### Bundle demo
```bash
$ yarn bundle:demo
```### Run demo
```bash
$ yarn serve
```## Contribution
In order to let semantic release do its job use `npm run commit` when committing changes.