文档
安装

安装

pnpm

pnpm install react-barcode-scanner

yarn

yarn install react-barcode-scanner

npm

npm install react-barcode-scanner

脚手架

Vite

我们建议使用最新的Vite版本; 如果开发人员使用低于5以下的Vite版本, 请遵循以下配置

export default defineConfig({
  optimizeDeps: {
    exclude: ['@preflower/barcode-detector-polyfill']
  }
})

🙏 感谢 @louispotok (opens in a new tab) 对本章节的帮助