https://github.com/gravitytwog/webqr
Web app that allows to scan and create qr codes.
https://github.com/gravitytwog/webqr
qrcode qrcode-generator qrcode-scanner vue vue-router vuejs vuestic-ui
Last synced: about 1 year ago
JSON representation
Web app that allows to scan and create qr codes.
- Host: GitHub
- URL: https://github.com/gravitytwog/webqr
- Owner: GravityTwoG
- Created: 2022-01-25T09:06:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-16T12:51:25.000Z (about 2 years ago)
- Last Synced: 2024-05-17T03:06:09.219Z (about 2 years ago)
- Topics: qrcode, qrcode-generator, qrcode-scanner, vue, vue-router, vuejs, vuestic-ui
- Language: Vue
- Homepage: https://web-qr.netlify.app
- Size: 423 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webqr
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).