An open API service indexing awesome lists of open source software.

https://github.com/tony-xlh/ionic-vue-qr-code-scanner

Ionic Vue QR Code Scanner
https://github.com/tony-xlh/ionic-vue-qr-code-scanner

android barcode-scanner capacitor ionic ios qrcode web

Last synced: about 1 year ago
JSON representation

Ionic Vue QR Code Scanner

Awesome Lists containing this project

README

          

# Ionic-Vue-QR-Code-Scanner

Ionic Vue QR Code Scanner demo using the [capacitor plugin](https://github.com/xulihang/capacitor-plugin-dynamsoft-barcode-reader).

Supported platforms:

1. Android
2. iOS
3. Web

[Online demo](https://zippy-queijadas-f321ba.netlify.app/)

How to run:

```
npm install
ionic serve
```

To run on Android/iOS:

```
ionic cap run android
ionic cap run ios
```