Home

Awesome

denoland/deno explain translate-svg

<!-- [![size-img]][size] -->

「 在 V8 上 构建一个安全 TypeScript 运行引擎 」

中文 | english


校对 ✅

<!-- doc-templite START generated --> <!-- repo = 'denoland/deno' --> <!-- commit = '0bb43ebbfcbc378810f75c43a2be3369729921f7' --> <!-- time = '2018-12-14' -->
翻译的原文与日期最新更新更多
commit⏰ 2018-12-14last中文翻译
<!-- doc-templite END generated -->

贡献

欢迎 👏 勘误/校对/更新贡献 😊 具体贡献请看

生活

If help, buy me coffee —— 营养跟不上了,给我来瓶营养快线吧! 💰


deno

Linux&MacWindows

A secure TypeScript runtime built on V8

在 V8 上 构建一个安全 TypeScript 运行引擎。

Install

使用 Python:

curl -L https://deno.land/x/install/install.py | python

用 PowerShell:

iex (iwr https://deno.land/x/install/install.ps1)

注意:根据您的安全设置,您可能必须先运行Set-ExecutionPolicy RemoteSigned -Scope CurrentUser,才能允许下载的脚本执行.

试试看:

> deno https://deno.land/thumb.ts

也可看看deno_install.

Status

正在开发中.

我们发布二进制版本,here.

文档是这里.

<!-- prettier-ignore -->