- 首先要安装phonegap,这上边是最新版本,我之前用cordova装,只有低版本,不支持最新功能
npm install -g phonegap - 安装phonegap-plugin-barcodescanner插件
phonegap plugin add phonegap-plugin-barcodescanner,但这种太慢,我一般都去https://github.com/phonegap/phonegap-plugin-barcodescanner.git将插件下载到本地,再添加到项目中,cordova plugin add ~/work/cordova-plugin-barcodescanner
网友评论