Skip to content

Commit

Permalink
fix: semantic build
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyschudel committed Jan 29, 2019
1 parent b6acd79 commit 31feeb7
Show file tree
Hide file tree
Showing 8 changed files with 60 additions and 94 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
# <VueColormind />
# &lt;VueColormind&gt;

Vue component for a simple usage of the [colormind.io](http://colormind.io) service.
A vue component which creates beautiful color palettes using the [colormind.io](http://colormind.io) service.

## Usage

```javascript
import Vue from 'vue';

import MonoUi from '@hotpin/vue-mono-ui';
import VueColormind from '@hotpink/vue-colormind';

Vue.use(MonoUi);

new Vue({
name: 'app',
data: () => ({
colors: ['hotpink', 'black', 'black', 'black', 'black']
}),
template: `<div class="app"> <VueColormind :value.sync="colors" /> </div>`
template: `<VueColormind :value.sync="colors" />`
components: {
VueColormind,
}
Expand Down
3 changes: 0 additions & 3 deletions babel.config.js

This file was deleted.

95 changes: 30 additions & 65 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 31feeb7

Please sign in to comment.