Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rohaquinlop/qrgenerator
Web app developed on Vue.js that let to generate qr codes for free.
https://github.com/rohaquinlop/qrgenerator
qrcode qrcode-generator vue vue3 vuejs
Last synced: 29 days ago
JSON representation
Web app developed on Vue.js that let to generate qr codes for free.
- Host: GitHub
- URL: https://github.com/rohaquinlop/qrgenerator
- Owner: rohaquinlop
- Created: 2021-09-26T22:35:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-03T18:59:22.000Z (over 3 years ago)
- Last Synced: 2024-12-19T01:42:33.429Z (about 1 month ago)
- Topics: qrcode, qrcode-generator, vue, vue3, vuejs
- Language: Vue
- Homepage: https://rohaquinlop.github.io/qrgenerator/
- Size: 23.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# qrgenerator
Web app developed on Vue.js that let to generate qr codes for free.
You can checkout the website [here!](https://rohaquinlop.github.io/qrgenerator/)## Project setup
```bash
npm install
```### Compiles and hot-reloads for development
```bash
npm run serve
```### Compiles and minifies for production
```bash
npm run build
```### Lints and fixes files
```bash
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).