This Vue.js application allows users to generate QR codes dynamically based on their input. Users can enter a link or text, and the app will generate a QR code that represents the input. The generated QR code is displayed on the page, and users can download it as an SVG file. The app is built using the qrcode.vue library for QR code generation and leverages Vue.js for a reactive and user-friendly experience.
- Dynamic QR code generation
- Real-time update of the QR code
- Download the code as an SVG file
- VueJS
- Nuxt 3.9
- qrcode.vue library