vue-serial-input
v1.0.6
Published
[](https://codecov.io/gh/potato4d/vue-serial-input)
Readme
vue-serial-input
Simple serialcode input form for Vue.js.
Installation
$ yarn add vue-serial-input # or npm install -SUsage
<template>
<vue-serial-input v-model="val" />
</template>
<script>
import VueSerialInput from 'vue-serial-input'
export default {
components: {
VueSerialInput
}
}
</script>Contributing
$ yarn # Install deps
$ yarn serve # Launch development server
$ yarn test:unit # Run unit test with jestDemo
https://potato4d.github.io/vue-serial-input/
LICENSE
MIT

