Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.