qrcode-of-this-site

3.0.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i qrcode-of-this-site

Weekly Downloads

1

Version

3.0.2

License

none

Unpacked Size

65.2 kB

Total Files

9

Last publish

Collaborators

  • uedatakeyuki