Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 877 Bytes

README.md

File metadata and controls

46 lines (32 loc) · 877 Bytes

vue-serial-input

codecov

Simple serialcode input form for Vue.js.

Image from Gyazo

Installation

$ yarn add vue-serial-input # or npm install -S

Usage

<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 jest

Demo

https://potato4d.github.io/vue-serial-input/

LICENSE

MIT