An open API service indexing awesome lists of open source software.

https://github.com/uedatakeyuki/qrcode-of-this-site3

vue3 component of showing qrcode of this site
https://github.com/uedatakeyuki/qrcode-of-this-site3

Last synced: 2 months ago
JSON representation

vue3 component of showing qrcode of this site

Awesome Lists containing this project

README

        

# QRcode of this site

**Vue3** & **Vuetify3** components to show the **qrcode of this site**. The successor of the original [qrcode-of-this-site](https://github.com/UedaTakeyuki/qrcode-of-this-site) for **Vue3** & **Vuetify3**.

Initially, I was trying to continue development by **separating branches** for Vue2 and Vue3, but I gave it up on the difficulty of having to **remake node_modules that are not under git control** each time I switched branches, and decided to separate the repositories.

## Install
```
yarn add qrcode-of-this-site2
#or
npm install qrcode-of-this-site2
```

## How to use
Import **QRcode**, then put **** on your Vue template as follows:

```vue:

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

```

A sample of usage in the demo site code is [here](https://github.com/UedaTakeyuki/vue-faui-user-fe-sample/blob/275e6752883ea11400814995c5b0830a3227f84e/src/components/Navbar.vue#L36).

## Demo
Demo site is available at [here](https://vue-faui-user-fe-sample.uedasoft.com/).
You can see QR code of that site in the top of the navigation drawer.

## Q&A
Github [issues](https://github.com/UedaTakeyuki/qrcode-of-this-site/issues) are available. Any questions, suggestions, reports are welcome!

## Author
[Dr. Takeyuki UEDA](https://atelierueda.uedasoft.com/)

## History
- 1.0.0 2023.02.27 forked from qrcode-of-this-site