Quasar Barcode Reader (quasar-barcode-reader)

March 9, 2020 ยท View on GitHub

A barcode reader only with Javascript in the Quasar Framework.

Library used:

QuaggaJS

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

Customize the configuration

See Configuring quasar.conf.js.

Contents

  1. 1Library used:
  2. 2Install the dependencies
  3. 2.1Start the app in development mode (hot-code reloading, error reporting, etc.)
  4. 2.2Lint the files
  5. 2.3Build the app for production
  6. 2.4Customize the configuration