Skip to content

QR Code Generator web app. Powered with Quasar Framework.

Notifications You must be signed in to change notification settings

MostafaEllethy/QR-Code-Generator

Repository files navigation

QR Code Generator (qr-code-generator)

QR Code Generator is a Web App that allows you to generate QR codes in no time. It supports Text, URL, WiFi, vCard, Phone, SMS, Location, Email, and Event. Powered by the Vue.js framework Quasar.

 

Live Demo

View Demo

 

Install the dependencies

npm install

 

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

npm run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.