0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

炎の型工房 ScratchとDartでゲームプログラム入門Advent Calendar 2016

Day 19

炎の型工房 火の型 19日目 : Dartを始めよう!! コマンドラインから実行してみよう

Last updated at Posted at 2016-12-22

ほのおかた工房 こうぼうScratchとDartでゲームプログラム入門にゅうもん Advent Calendar 2016
記事きじです

コマンドラインから実行じっこうしてみよう

いま作成さくせいしているのはコマンドラインアプリです。

コマンドプロンプトから実行じっこうできます。

ためしてみよう

  

プロジェクトフォルダーの場所ばしょ調しらべる

  1. プロジェクトにカーソルをわせて、みぎクリックする。
v001.png
  1. Open Module Settings をクリック
v002.png
  1. プロジェクトフォルダーのパスが表示ひょうじされます
v003.png

コマンドプロンプトをひらく(Windows10の場合)

  1. コマンドで検索する
v004.png
  1. コマンドプロンプトをクリック
v005.png

プログラムを実行じっこうする

  1. プロジェクトフォルダー配下はいか移動いどうする
cd C:\Users\USER\IdeaProjects\helloworld
  1. 実行じっこうしてみる
c:\tools\dart-sdk-1.21\bin\dart.exe .\bin\main.dart

Dart Love と表示ひょうじされました。

Thanks

ここまで、んでくれてありがとう!!

では、次回じかいえることを、たのしみにしています。

ではでは

0
0
0

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?