LoginSignup
1

More than 5 years have passed since last update.

ionicコマンドメモ

Last updated at Posted at 2016-05-06

プロジェクトを作成

ionic start sampleProject

プラットフォームを追加

ionic platform add ios

サーバー立ち上げ

ionic serve 
ionic serve --lab #labで立ち上げ

ビルド

ionic build ios

エミュレータ立ち上げ

ionic emulate ios

#実機でログを見る
ionic emulate ios --livereload 

#としたあとでコマンドラインで
consolelogs
#または
serverlogs

実機テスト

ionic run android

ionicへアップロード

ionic upload

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1