ionic-framework
Ionic에 Apps 구축 시작
수색…
이오니아 응용 프로그램 시작하기
이오니아 응용 프로그램 시작하기
$ ionic start myapp [template]
초보 템플릿은 명명 된 템플릿, Github repo, Codepen 또는 로컬 디렉토리에서 가져올 수 있습니다. 시작 템플릿은 Cordova 프로젝트에서 www
디렉토리가되는 것입니다.
명명 된 템플릿 시작 프로그램
Github Repo 시동기
- 어떤 Github repo url, 예 : https://github.com/driftyco/ionic-starter-tabs
- 명명 된 템플릿은 단순히 Ionic starter repos의 별칭입니다.
Codepen URL 시동기
모든 Codepen URL, 예 : [ http://codepen.io/ionic/pen/odqCz][1]
로컬 디렉토리 시작 프로그램 :
- 로컬 디렉토리에 대한 상대 경로 또는 절대 경로
명령 행 플래그 / 옵션 :
--appname, -a ....... Human readable name for the app (Use quotes around the name)
--id, -i ............ Package name set in the <widget id> config ex: com.mycompany.myapp
--no-cordova, -w .... Do not create an app targeted for Cordova
Modified text is an extract of the original Stack Overflow Documentation
아래 라이선스 CC BY-SA 3.0
와 제휴하지 않음 Stack Overflow