This is the example project for cordova-plugin-scanner plugin
- Check the platform and fix requirement. Add platforms (android/ios) and fix problems if there is
cordova platform ls
- Check the plugin. Add the plugin if there is not there
cordova plugin ls
- Build and fix errors
cordova build android
- Run on device
cordova run android