0.0.2 • Published 6 years ago

@mesquka/qr.vue v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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>
0.0.2

6 years ago

0.0.1

6 years ago