1
2

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.

「ionic2」まとめ連載(其の4・「ionic2」のサンプルを起動する)

Last updated at Posted at 2016-08-22

#「ionic2」のサンプルを実施する

こんにちは、mucunです。

今回の記事では、「ionic2」アプリのサンプルを起動してみたいと思います。

前回(其の3)で、「ionic2」を使う準備が出来ました。
公式ページが用意しているサンプルを実行してみましょう。
http://ionicframework.com/docs/v2/getting-started/tutorial/

以下、チュートリアル上記ページを要約した手順です。

<手順>
①先ず、コマンドプロンプトを起動し、作業フォルダをカレントにします。
②次に、「ionic start MyIonic2Project tutorial --v2」とコマンド実行します。
 すると、githubからのサンプルのダウンロードが開始されます。
③最後に、ダウンロードが完了するとフォルダが作成されるので、
 「cd MyIonic2Project」コマンドでフォルダを移動し、
 そこで、「ionic serve」と入力します。

これで、以下のサンプルがブラウザ上で起動されます。
ボタンの動作等試してみてください。

こんなに簡単に起動ができるなんて、気持ち良いですね!

今回の記事は、ここまでとなります。
読んで下さった方、ありがとうございました。|д゚)

👈【其の3・「ionic2」をインストールする】  👉【其の5・「ionic serve」でテストをする】

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?