啟動 Ionic App
啟動 Ionic App
$ ionic start myapp [template]
入門模板可以來自命名模板,Github 儲存庫,Codepen 或本地目錄。啟動器模板成為 Cordova 專案中的 www
目錄。
命名模板啟動器
Github Repo 初學者
- 任何 Github repo url,例如: https : //github.com/driftyco/ionic-starter-tabs
- 命名模板只是 Ionic starter repos 的別名
Codepen URL 啟動器
-
任何 Codepen 網址,例如:[ 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