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
- Host: GitHub
- URL: https://github.com/tony-xlh/ionic-vue-qr-code-scanner
- Owner: tony-xlh
- Created: 2022-06-17T09:03:26.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-21T06:52:06.000Z (almost 2 years ago)
- Last Synced: 2025-03-30T02:33:18.740Z (about 1 year ago)
- Topics: android, barcode-scanner, capacitor, ionic, ios, qrcode, web
- Language: Vue
- Homepage: https://www.dynamsoft.com/codepool/ionic-vue-qr-code-scanner.html
- Size: 1.68 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```