Cordova 개발 환경 설정

improve this page | report issue

개요

Cordova(PhoneGap) 개발을 시작하기 위해 필요한 매우 기본적인 단계는 Cordova CLI를 설치하는 것입니다. Cordova CLI는 Cordova 애플리케이션을 작성할 수 있게 하는 도구입니다. 이 애플리케이션은 다양한 서드파티 프레임워크 및 도구(예: Ionic, AngularJS, jQuery Mobile 등)를 사용하여 추가적으로 개선될 수 있습니다. Cordova 애플리케이션을 사용하면 선호하는 코드 편집기(예: Atom.io, Visual Studio Code, Eclipse, IntelliJ와 애플리케이션 및 어댑터 구현을 위한 기타 편집기)를 사용할 수 있습니다.

전제조건: Cordova 개발 환경을 설정할 때는 MobileFirst 개발 환경 설정 튜토리얼도 읽어야 합니다.

Cordova CLI 설치

Mobile Foundation은 Apache Cordova CLI 6.x 이상을 지원합니다.
설치하려면 다음을 수행하십시오.

  1. NodeJS를 다운로드하여 설치하십시오.
  2. 명령행 창에서 npm install -g cordova 명령을 실행하십시오.

다음 단계

Cordova 애플리케이션에서 MobileFirst 개발을 계속하려면 MobileFirst Cordova SDK/플러그인을 Cordova 애플리케이션에 추가해야 합니다.

Inclusive terminology note: The Mobile First Platform team is making changes to support the IBM® initiative to replace racially biased and other discriminatory language in our code and content with more inclusive language. While IBM values the use of inclusive language, terms that are outside of IBM's direct influence are sometimes required for the sake of maintaining user understanding. As other industry leaders join IBM in embracing the use of inclusive language, IBM will continue to update the documentation to reflect those changes.
Last modified on March 21, 2019