# barCode **Repository Path**: fanjiatian/bar-code ## Basic Information - **Project Name**: barCode - **Description**: vue 打开相机扫描条形码 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-06-07 - **Last Updated**: 2023-08-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 利用@zxing/library组件 实现 相机扫描条形码 ### 下载 @zxing/library 组件 ``` npm i @zxing/library --save ``` ### 使用 @zxing/library 组件 [@zxing/library github地址](https://github.com/zxing-js/library). ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ```