将Cordova插件添加到Platypi项目中

时间:2015-03-17 08:37:20

标签: cordova cross-platform

如何将cordova插件添加到Platypi项目中?

我开始使用新的移动开发框架Platypi。

我想在项目中添加Cordova插件,专门用于扫描QR码。

我尝试使用以下命令从命令行添加插件,但是' 当前工作目录的错误不是基于Cordova的项目。&#39 ;

cordova plugin add com.phonegap.plugins.barcodescanner

谢谢。

1 个答案:

答案 0 :(得分:2)

如果您正在使用CLI,则只需打开根项目目录中的Gruntfile.js,并将“com.phonegap.plugins.barcodescanner”添加到cordovacli:add_plugins grunt任务中。然后,您可以删除cordova文件夹并再次运行grunt setup-cordova。或者,如果您已经修改了cordova的项目文件,则可以运行grunt cordovacli:add_plugins以避免覆盖任何内容。