vue2-qr
Version:
**English** | [中文](./README.zh-CN.md) ## Introduction A plugin suitable for vue2.x with a QR code in the center with a logo. ## Example <img src="./img/npmjs.com.png" width="300">
37 lines (36 loc) • 840 B
JSON
{
"name": "vue2-qr",
"version": "0.0.1",
"private": false,
"main": "dist/vue2qrcode.umd.js",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lib": "vue-cli-service build --target lib --name vue2qrcode src/index.js"
},
"license": "MIT",
"author": "Racts",
"homepage": "https://github.com/RidingACodeToStray/Vue2Qrcode",
"repository": {
"type": "git",
"url": "https://github.com/RidingACodeToStray/Vue2Qrcode.git"
},
"keywords": [
"vue-qr",
"vue qr",
"vue qrcode",
"vue2 qrcode",
"qr",
"vue"
],
"dependencies": {
"core-js": "^3.8.3",
"vue": "^2.6.14"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"vue-template-compiler": "^2.6.14"
}
}