1

「ionic run android -lcs」のフラグ「lcs」の意味を知りたいですか?(このフラグを使用するときにアプリが正しい方法でのみビルドされたという ionic フレームワークでエラーが発生しましたが、それらが何を表しているのかわかりません。)

4

1 に答える 1

1

The three letters, separately, are abbreviations for the options of:

  • --livereload
  • --consolelogs
  • --serverlogs

See more here.

于 2016-06-18T18:28:42.800 に答える