Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robingenz/ionic-capacitor-barcode-scanner
⚡️ Simple Ionic Angular app to demonstrate the use of the Capacitor ML Kit Barcode Scanning plugin.
https://github.com/robingenz/ionic-capacitor-barcode-scanner
barcode-scanner capacitor capacitor-android capacitor-ios ionic
Last synced: 3 months ago
JSON representation
⚡️ Simple Ionic Angular app to demonstrate the use of the Capacitor ML Kit Barcode Scanning plugin.
- Host: GitHub
- URL: https://github.com/robingenz/ionic-capacitor-barcode-scanner
- Owner: robingenz
- License: mit
- Created: 2023-03-24T21:09:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-20T06:54:48.000Z (over 1 year ago)
- Last Synced: 2024-11-01T22:50:43.474Z (3 months ago)
- Topics: barcode-scanner, capacitor, capacitor-android, capacitor-ios, ionic
- Language: TypeScript
- Homepage: https://capawesome.io/blog/how-to-build-an-ionic-barcode-scanner-with-capacitor/
- Size: 1.24 MB
- Stars: 14
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ionic-capacitor-barcode-scanner
⚡️ Simple Ionic Angular app to demonstrate the use of the [Capacitor ML Kit Barcode Scanning](https://capawesome.io/plugins/mlkit/barcode-scanning/) plugin.
## Development Setup
### Prerequisites
- Install [Node.js](https://nodejs.org) which includes [Node Package Manager](https://www.npmjs.com/get-npm)
- Android development: Install [Android Studio](https://developer.android.com/studio)
- iOS development: Install [XCode](https://apps.apple.com/de/app/xcode/id497799835?mt=12)### 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](https://ionicframework.com/) as app development platform and the [Ionic CLI](https://ionicframework.com/docs/cli).
## License
See [LICENSE](LICENSE).