https://github.com/ujiro99/barcode-scanner
Barcode scanner works on browser.
https://github.com/ujiro99/barcode-scanner
barcode javascript pwa quaggajs vuejs
Last synced: 2 months ago
JSON representation
Barcode scanner works on browser.
- Host: GitHub
- URL: https://github.com/ujiro99/barcode-scanner
- Owner: ujiro99
- Created: 2019-01-06T12:31:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-02T16:23:38.000Z (over 7 years ago)
- Last Synced: 2025-03-21T23:32:19.099Z (about 1 year ago)
- Topics: barcode, javascript, pwa, quaggajs, vuejs
- Language: Vue
- Homepage:
- Size: 151 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# barcode-scanner
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Run your tests
```
yarn run test
```
### Lints and fixes files
```
yarn run lint
```
### Run your unit tests
```
yarn run test:unit
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).