https://github.com/dochner/qr-code-generator
A Simple QR Code generator built on top of vue3, vitejs.
https://github.com/dochner/qr-code-generator
Last synced: 2 months ago
JSON representation
A Simple QR Code generator built on top of vue3, vitejs.
- Host: GitHub
- URL: https://github.com/dochner/qr-code-generator
- Owner: dochner
- Created: 2023-01-01T21:08:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-01T21:27:30.000Z (over 3 years ago)
- Last Synced: 2025-03-22T15:49:01.454Z (about 1 year ago)
- Language: SCSS
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QR Code Generator
A simple QR code generator built with Vue 3.
## Recommended IDE Setup
- [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
## Plugins
- [Vite Plugin PWA](https://vite-pwa-org.netlify.app/)
- [QR Code](https://www.npmjs.com/package/qrcode)
## Project setup
```bash
npm install
```
### Compiles and hot-reloads for development
```bash
npm run dev
```
### Compiles and minifies for production
```bash
npm run build
```
### Lints and fixes files
```bash
npm run lint
```