@mesquka/qr.vue

0.0.2 • Public • Published

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>

Readme

Keywords

none

Package Sidebar

Install

npm i @mesquka/qr.vue

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

1.13 MB

Total Files

18

Last publish

Collaborators

  • mesquka