qcobjects-qr-scanner

2.4.2 • Public • Published

QCObjects QR Scanner

A QR Scanner App (PWA - TWA) powered by QCObjects

demo

Project Structure

The following is the project structure of a Progressive Web App made in QCObjects

├── index.html
├── Dockerfile
├── README.md
├── VERSION
├── app.js
├── css
├── favicon.ico
├── humans.txt
├── img
├── js
├── localhost-cert.pem
├── localhost-privkey.pem
├── manifest.json
├── package-lock.json
├── package.json
├── robots.txt
├── spec
├── sw.js
└── templates

Installing instructions

Install QCObjects Framework CLI Tool

> npm i -g qcobjects-cli

Then create a new folder for a new project using the command line

> mkdir mynew-qr-scanner && cd mynew-qr-scanner

Create a new app using this template

> qcobjects create --custom=qcobjects-qr-scanner mynew-qr-scanner

Test on local

> qcobjects launch app

# Live demo

Do you want to see the live demo of this app? check it out

Package Sidebar

Install

npm i qcobjects-qr-scanner

Weekly Downloads

2

Version

2.4.2

License

LGPL-3.0-or-later

Unpacked Size

10.8 MB

Total Files

206

Last publish

Collaborators

  • jeanmachuca