<p align="center">
    <a href="http://vuejs.org" target="_blank"><img width="100"src="http://vuejs.org/images/logo.png"></a>
    <br>
    <img src="https://img.shields.io/badge/Vim-Best%20Editor-green.svg" alt="Vim, The Best Editor" />
    <br>
    <br>
    <a href="https://github.com/airbnb/javascript"><img src="https://cdn.rawgit.com/feross/standard/master/badge.svg" alt="js-standard-style"></a>
</p>

<h1 align="center">@Vue Component - vc-autocomplete</h1>

## Install

`npm install vc-autocomplete --save`

## Demo

[online demo](https://iwaimai-bi-fe.github.io/vc-autocomplete/examples/)

## Dev

* build

```node
npm run build

```

* build dev

```node
npm run build:dev

```

* build production 

```node
npm run build:prod

```

* build example

```node
npm run build:example
```

* run server

```node
npm run start
```

* dev component

```node
npm run dev

```

* dev example 

```node
npm run example 

```

* publish 

```node
npm run release 
```

## Changelog 

[changelog](https://github.com/iwaimai-bi-fe/vc-autocomplete/blob/master/CHANGELOG.md) 

## License

[MIT](http://opensource.org/licenses/MIT)

Copyright (c) 2016

