1.0.6 • Published 6 years ago

vue-serial-input v1.0.6

Weekly downloads
5
License
MIT
Repository
-
Last release
6 years ago

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

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago