Quasar QR Code Scanner (quasar-qrcode-scanner)

August 31, 2022 ยท View on GitHub

A Quasar project which scans QR codes using Dynamsoft Barcode Reader with the capacitor plugin.

Online demo

The project is using Quasar v1 with composition API for compatibility.

Supported Platforms

  • Android
  • iOS
  • Web

Product License

You can apply for your own license here and update the 1-day license in Scanner.vue.

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn lint
# or
npm run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.