vue-tomo-qr

0.0.1 • Public • Published

vue-tomo-qr

A Vue component that shows a tomo qr scan.

Installation

npm i --save-dev vue-tomo-qr

Browser

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

<script type="text/javascript" src="node_modules/vuejs/dist/vue.min.js"></script>
<script type="text/javascript" src="node_modules/vue-tomo-qr/dist/vue-tomo-qr.min.js"></script>
<script type="text/javascript">
  Vue.use(VueTomoQr);
</script>

Module

import VueTomoQr from 'vue-tomo-qr';

Usage

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

<vue-tomo-qr></vue-tomo-qr>

Readme

Keywords

none

Package Sidebar

Install

npm i vue-tomo-qr

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

198 kB

Total Files

8

Last publish

Collaborators

  • ntphuong