Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/patrickmonteiro/quasar-barcode-reader

📱📷 Base code for a code reader application: EAN, CODE 128, CODE 39, EAN 8, UPC-A, UPC-C, I2of5, 2of5, CODE 93 e CODABAR with QuaggaJS and Quasar Framework
https://github.com/patrickmonteiro/quasar-barcode-reader

barcorde-reader javascript quasar-framework vuejs

Last synced: about 1 month ago
JSON representation

📱📷 Base code for a code reader application: EAN, CODE 128, CODE 39, EAN 8, UPC-A, UPC-C, I2of5, 2of5, CODE 93 e CODABAR with QuaggaJS and Quasar Framework

Awesome Lists containing this project

README

        

# Quasar Barcode Reader (quasar-barcode-reader)

A barcode reader only with Javascript in the Quasar Framework.

## Library used:

[QuaggaJS](https://serratus.github.io/quaggaJS/)

## Install the dependencies
```bash
npm install
```

### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```

### Lint the files
```bash
npm run lint
```

### Build the app for production
```bash
quasar build
```

### Customize the configuration
See [Configuring quasar.conf.js](https://quasar.dev/quasar-cli/quasar-conf-js).