# vue二维码扫描插件 **Repository Path**: kogami123/vue_qr_code_scan ## Basic Information - **Project Name**: vue二维码扫描插件 - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 3 - **Created**: 2020-04-01 - **Last Updated**: 2021-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue 二维码扫描识别插件(有兼容问题) 代码出处: - 本地扫描识别,不需要后端 - 只能在 微信、qq浏览器、chrome、火狐浏览器中打开 - 手机自带浏览器等其他浏览器都不能使用 - 还未封装成组件 ## 使用环境 如果要测试,必须在https或者localhost域名下 ## Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report ```