# vue-qriously **Repository Path**: capsion/vue-qriously ## Basic Information - **Project Name**: vue-qriously - **Description**: vue-qriously 镜像 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-19 - **Last Updated**: 2021-08-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # [DEPRECATED] vue-qriously **This package is no longer maintained**. A Vue.js 2 component to draw QR codes on an HTML Canvas using [qrious](https://github.com/neocotic/qrious). ## Installation - #### NPM / Yarn Run `npm install --save vue-qriously`, or `yarn add vue-qriously` - #### With Modules ``` js // ES6 import Vue from 'vue' import VueQriously from 'vue-qriously' Vue.use(VueQriously) // ES5 var Vue = require('vue') Vue.use(require('vue-qriously').default) ``` - #### `