Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.

mesquka/qr.vue

Repository files navigation

QR.vue

QR Code component for VueJS

Installation

npm install --save @mesquka/qr.vue

Browser

Include the script file, then install the component with Vue.use(qrvue); e.g.:

<script type="text/javascript" src="node_modules/vuejs/dist/vue.min.js"></script>
<script type="text/javascript" src="node_modules/qr.vue/lib/qr.vue.umd.min.js"></script>
<script type="text/javascript">
  Vue.use(qrvue);
</script>

Module

import qrvue from '@mesquka/qr.vue';

Usage

Once installed, it can be used in a template as simply as:

<qrvue></qrvue>

About

QRCode Component for Vue

Resources

Stars

Watchers

Forks

Releases

No releases published