# Vue-ScanqrCode **Repository Path**: yuangegena/vue-scanqr-code ## Basic Information - **Project Name**: Vue-ScanqrCode - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-20 - **Last Updated**: 2021-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue, vue-qrcode-reader ## README # scan_qrcode # VUE H5 扫描二维码识别 # 使用 [vue-qrcode-reader](https://github.com/gruhn/vue-qrcode-reader) # 注意: 1.需要开启https 2.安装vue-qrcode-reader ``` npm i vue-qrcode-reader -S ``` # 访问地址 [链接](https://scan_qr.tagyuan.com/) ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ```