1
1

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.

Phoenixの最新versionをインストールする方法

Posted at
Page 1 of 2

Phoenixの最新versionをインストールする方法

公式ホームページ

肝心なコマンド(ワンライナー)

$ mix archive.install https://github.com/phoenixframework/archives/raw/master/phx_new.ez

インストール時のサンプル

mix phoenix.new sample


#短縮系のこちらでもコマンド使えます
mix phx.new phoenix_example

参考記事

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?