Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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).