vue-qart You should read it before you using vue-qart Live Demo https://chenhuichao.com/vue-qart/demo/ Installation install with NPM npm install vue-qart --save Import import VueQArt from 'vue-qart' new Vue({ components: {VueQArt}
vue-qriously A Vue.js 2 component to draw QR codes on an HTML Canvas using qrious. Installation With Modules // ES6 import Vue from 'vue' import VueQriously from 'vue-qriously' Vue.use(VueQriously) // ES5 var