Skip to main content
On this page

欢迎使用 Deno

Deno (/ˈdiːnoʊ/,发音为 dee-no) 是一个 开源 的 JavaScript、 TypeScript 和 WebAssembly 运行时,具备安全默认设置和出色的开发者体验。它基于 V8, RustTokio 构建。

为什么选择 Deno? Jump to heading

快速安装 Jump to heading

通过以下终端命令之一在你的系统上安装 Deno 运行时:

curl -fsSL https://deno.land/install.sh | sh

Windows PowerShell 中执行:

irm https://deno.land/install.ps1 | iex
curl -fsSL https://deno.land/install.sh | sh

更多安装选项请见此处。安装完成后,你的系统路径中应该有 deno 可执行文件。你可以通过运行以下命令来验证安装是否成功:

deno --version

初学者入门 Jump to heading

Deno 可以运行 JavaScript 和 TypeScript,无需任何额外工具或配置, 并且提供一个安全且开箱即用的运行环境。

你找到了你需要的东西吗?

编辑此页面
隐私政策