mszhe的技术分享 人心惟危,道心惟微。惟精惟一,允执厥中。

deno

2020-06-15
mszhe

阅读:


  • Deno官网:deno.land
  • 安装
    • brew install deno (太慢,而且不是最新版本)
    • curl -fsSL https://x.deno.js.cn/install.sh | sh (镜像安装)
    • curl -fsSL https://x.deno.js.cn/install.sh | sh -s v1.1.0 (镜像安装 + 指定版本)