サーチ…


イオンアプリの起動

イオンアプリの起動

$ ionic start myapp [template]

スターターテンプレートは、名前付きテンプレート、Githubレポ、Codepen、またはローカルディレクトリから取得できます。スターターテンプレートは、Cordovaプロジェクト内のwwwディレクトリになります。

名前付きテンプレートスターター

Github Repoスターター

CodepenのURLスターター

ローカルディレクトリのスターター:

  • ローカルディレクトリへの相対パスまたは絶対パス

コマンドラインフラグ/オプション:

--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