Skip to content

winwu/qr-gen

Repository files navigation

QR codes tool

This webpage has two main function, one is to generate QR code with options, another on is to scan the QR code.

Use these dependencies:

Project setup

npm install

and please edit vue.config.js, change publicPath to 'http://localhost:8080/'

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Note

update gh-pages

  1. npm run build
  2. git co gh-pages
  3. rm -rf css/ js/ index.html
  4. mv ./dist/* ./
  5. git add and commit

Releases

No releases published

Packages

No packages published