Awesome
ionic-capacitor-barcode-scanner
⚡️ Simple Ionic Angular app to demonstrate the use of the Capacitor ML Kit Barcode Scanning plugin.
Development Setup
Prerequisites
- Install Node.js which includes Node Package Manager
- Android development: Install Android Studio
- iOS development: Install XCode
Getting Started
Clone this repository:
git clone https://github.com/robingenz/ionic-capacitor-barcode-scanner.git
Change to the root directory of the project:
cd ionic-capacitor-barcode-scanner
Install all dependencies:
npm i
Prepare and launch the Android app:
npx ionic cap sync android
npx ionic cap run android
Prepare and launch the iOS app:
npx ionic cap sync ios
npx ionic cap run ios
This project uses Ionic as app development platform and the Ionic CLI.
License
See LICENSE.