Cordova
맞춤형 코드바 플러그인 설치 / 제거 방법
수색…
plugman 명령을 사용하여 cordova 플러그인 설치 / 제거
plugman 명령을 사용하여 사용자 정의 cordova 플러그인을 설치 / 제거 할 수 있습니다.
플러그인 설치하기
npm install -g plugman
플러그인 명령 구문 설치 :
plugman <install|uninstall> --platform <ios|android|blackberry10|wp8> --project <directory> --plugin <name|url|path>
예:
plugman install --platform ios --project platforms/ios/ --plugin plugins/cordova-plugin-test/
더 많은 플러그인 옵션을 보려면 이 링크를 확인 하십시오.
Modified text is an extract of the original Stack Overflow Documentation
아래 라이선스 CC BY-SA 3.0
와 제휴하지 않음 Stack Overflow