/khqr-generator

Generate KHQR for testing

Primary LanguageCSS

KHQR Generator

A Simple QR Code Generator for testing QR Payment.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

Deploy

git add dist -f
git commit -m "some message"       
git subtree push --prefix dist origin gh-pages