Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/patrickmonteiro/quasar-barcode-reader
- Owner: patrickmonteiro
- Created: 2019-07-14T16:27:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T04:35:09.000Z (almost 2 years ago)
- Last Synced: 2024-06-27T19:58:41.416Z (6 months ago)
- Topics: barcorde-reader, javascript, quasar-framework, vuejs
- Language: JavaScript
- Homepage: https://quasar-barcode-reader.surge.sh/#/
- Size: 7.17 MB
- Stars: 50
- Watchers: 0
- Forks: 11
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- quasar-awesome - github - barcode-reader.surge.sh/#/) | 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(no dependency on cordova) | v1.1.2 | (Awesome Quasar [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) / Tutorials)
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).