3.0.2 • Published 1 year ago

qrcode-of-this-site v3.0.2

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

QRcode of this site

Install

yarn add qrcode-of-this-site
#or
npm install qrcode-of-this-site

How to use

Import QRcode, then put on your Vue template as follows:

<template>
  <QRcode/>
<template>

<script>
import {QRcode} from 'qrcode-of-this-site'
export default {
  components: {QRcode},
}
</script>

A sample of usage in the demo site code is here.

Demo

Demo site is available at here. You can see QR code of that site in the top of the navigation drawer.

Q&A

Github issues are available. Any questions, suggestions, reports are welcome!

Author

Dr. Takeyuki UEDA

History

  • 1.0.4 2021.04.01 first version.
  • 1.1.1 2021.06.23 decrease package size
  • 2.0.1 2022.12.20 for Vue2
  • 3.0.1 2022.12.20 for Vue3
3.0.2

1 year ago

3.0.1

1 year ago

1.1.3

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.1.1

3 years ago

1.1.2

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago