quasar-barcode-reader
quasar-barcode-reader copied to clipboard
📱📷 Base code for a code reader application: EAN, CODE 128, CODE 39, EAN 8, UPC-A, UPC-C, I2of5, 2of5, CODE 93 e CODABAR with QuaggaJS and Quasar Framework
Quasar Barcode Reader (quasar-barcode-reader)
A barcode reader only with Javascript in the Quasar Framework.
Library used:
Install the dependencies
npm install
Start the app in development mode (hot-code reloading, error reporting, etc.)
quasar dev
Lint the files
npm run lint
Build the app for production
quasar build