Skip to content

Instantly share code, notes, and snippets.

@asmasa
Last active October 8, 2018 02:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asmasa/d3d18e2914fec5d9f6a833c040ea1679 to your computer and use it in GitHub Desktop.
Save asmasa/d3d18e2914fec5d9f6a833c040ea1679 to your computer and use it in GitHub Desktop.
Elmの開発環境構築

環境構築

ハンズオンを実施するために必要な環境は以下になります。
ハンズオン当日までにインストールしておいてください。
なお、Node.jsをインストールしていることを前提としています。

  • Elm 0.19
  • elm-format
  • Visual Studio Code

インストール

  • グローバルインストールを前提とします。

Elm 0.19

$ npm i -g elm
$ elm --version
0.19.0

elm-format

npm i -g elm-format
$ elm-format
elm-format 0.8.1

Visual Studio Code

  • ここにインストーラーがあるのでダウンロードしてインストール。

拡張機能

以下の拡張機能をインストールしてください。

  • elm
  • vscode-elm-jump
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment