UI Components > QR Code


vue-qriously 0.68


🤔 A Vue component to draw QR codes using Qrious.
  • vue
  • component
  • qr
  • code
  • qrious
  • qriously
last commit 5 years ago
274
Stargazers

Watchers
274
Open issues
6
124099
Downloads

Last 30 days
6926
Releases
5
36
Final Score

Quality
43
Popularity
15
Maintenance
50

[DEPRECATED] vue-qriously

This package is no longer maintained. A Vue.js 2 component to draw QR codes on an HTML Canvas using qrious.

Installation

  • NPM / Yarn

    Run npm install --save vue-qriously, or yarn add vue-qriously

  • With Modules

    // ES6
    import Vue from 'vue'
    import VueQriously from 'vue-qriously'
    Vue.use(VueQriously)
    
    // ES5
    var Vue = require('vue')
    Vue.use(require('vue-qriously').default)
    
  • <script> Include

    Just include ./dist/vue-qriously.js after Vue itself.

Usage

There's nothing you need to do in JavaScript except for installation. To use the plugin, simply use the qriously component.

<qriously value="Hello World!" :size="200" />

You may use all of these props to change the format of your QR code.

License

MIT