Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 402 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 402 Bytes

QR Code Generator

QR Code Generator in Vue 3

A simple Vue 3 app for generating QR codes from links.

It supports converting single link into QR code as well as uploading a CSV file with list of links to convert to QR codes. See test.csv for sample file.

Live Demo

Setup

> npm install
> npm run dev