2개 용어의 차이를 정확히 이해를 못해서 계속 헛갈려서 좀 찾아봤다.
좀 이해하기 쉽게 정리된 블로그 글이 있는데 한번 읽어보도록..
http://phonegap.com/2012/03/19/phonegap-cordova-and-what%E2%80%99s-in-a-name/
가장 핵심적인건 아래 단락인것 같다...
PhoneGap is a distribution of Apache Cordova. You can think of Apache Cordova as the engine that powers PhoneGap, similar to how WebKit is the engine that powers Chrome or Safari. (Browser geeks, please allow me the affordance of this analogy and I’ll buy you a beer later.)
webkit := cordova
chrome,safari := phonegap
$ cd hello
$ phonegap build ios
[phonegap] detecting iOS SDK environment...
[phonegap] using the local environment
[phonegap] compiling iOS...
[phonegap] successfully compiled iOS app
$ sudo npm install -g cordova
$ phonegap create hello com.example.hello HelloWorld
'FrontEnd > PhoneGap' 카테고리의 다른 글
contacts.create() json 형태로 생성하기.. (0) | 2014.01.02 |
---|---|
PhoneGap으로 HelloWorld 하기.. (0) | 2013.10.14 |