windows10下安装elixir1.10.3和phonexframework1.5.1
1、安装官网elixir-lang.org上的installation说明,
下载https://repo.hex.pm/elixir-websetup.exe,运行
2、安装Hex本地包管理仓库。命令行运行
mix local.hex
3、设置镜像服务器
如果包管理默认站点速度太慢可以设置镜像站点(国内的镜像好像已经挂了 https://hexpm.upyun.com)
默认站点
mix hex.config mirror_url https://repo.hex.pm
镜像站点
mix hex.config mirror_url hhtps://cdn.jsdelivr.net/hex
4、安装phoenix
mix archive.install hex phx_new 1.5.1