Cordova
Hoe een aangepaste cordova-plug-in te installeren / verwijderen
Zoeken…
Gebruik de plugman-opdracht om de cordova-plug-in te installeren / verwijderen
U kunt de plugman-opdracht gebruiken om aangepaste cordova-plug-ins te installeren / verwijderen.
Plugman installeren
npm install -g plugman
Syntaxis van invoegtoepassing installeren:
plugman <install|uninstall> --platform <ios|android|blackberry10|wp8> --project <directory> --plugin <name|url|path>
Voorbeeld:
plugman install --platform ios --project platforms/ios/ --plugin plugins/cordova-plugin-test/
Bekijk deze link voor meer plugman-opties
Modified text is an extract of the original Stack Overflow Documentation
Licentie onder CC BY-SA 3.0
Niet aangesloten bij Stack Overflow