ionic-framework
Ionicでのアプリケーション構築を開始する
サーチ…
イオンアプリの起動
イオンアプリの起動
$ ionic start myapp [template]
スターターテンプレートは、名前付きテンプレート、Githubレポ、Codepen、またはローカルディレクトリから取得できます。スターターテンプレートは、Cordovaプロジェクト内のwww
ディレクトリになります。
名前付きテンプレートスターター
Github Repoスターター
- 任意のGithubリポジトリURL(例: https : //github.com/driftyco/ionic-starter-tabs)
- 名前付きテンプレートは、Ionicスターターリポジトリの単なるエイリアスです
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