0.1.0 • Published 2 years ago

vue-barcode-input v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Barcode Scanner Input

Reads scanned barcodes for further use (api, db, file, ...)

in development !

Demo

To view demo online: // to be added

Features

  • adds only unique SKUs
  • can remove SKU
  • edit qty manually
  • dumps log

Install

npm i vue-barcode-input

Usage

Dumps data

<BarcodeInput dump="true"></BarcodeInput>

Emits event

<BarcodeInput @products="showData"></BarcodeInput>
PropTypeDefaultDescription
dumpBooleanfalseDumps log of input data

Testing (Jest)

npm run test:unit
0.1.0

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago