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
- Host: GitHub
- URL: https://github.com/vue-multiple/input
- Owner: vue-multiple
- License: mit
- Created: 2017-08-02T06:56:41.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-14T02:47:30.000Z (almost 8 years ago)
- Last Synced: 2024-11-28T18:42:36.991Z (6 months ago)
- Topics: input, textarea, vue, vue-input, vue-textarea
- Language: Vue
- Homepage: https://vue-multiple.github.io/input/
- Size: 848 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)