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

https://github.com/vue-multiple/input

Vue-based input component
https://github.com/vue-multiple/input

input textarea vue vue-input vue-textarea

Last synced: 6 months ago
JSON representation

Vue-based input component

Awesome Lists containing this project

README

        

# input

> Vue-based input component

## Install

```bash
npm install vue-multiple-input -S
```

## Quick Start

```bash
import Vue from 'vue'
import VmInput from 'vue-multiple-input'

Vue.component(VmInput.name, VmInput)
```

For more information, please refer to [input](http://vue-multiple.github.io/input) in our documentation.

## Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run demo:dev

# build for demo with minification
npm run demo:build

# build for gh-pages with minification
npm run demo:prepublish

# build for production with minification
npm run build
```

## LICENSE

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