ckken / deno-startkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deno 实战

部署

  • deno 1.9
  • vscode 插件 link

用例

  • http native
    • deno compile --unstable --allow-all -o dist/http http.ts

编译

编译可执行产物

  • --target Windows x64, macOS x64, macOS ARM and Linux x64 currently.
  • --lite 精简版本
  • deno compile --unstable --allow-all -o dist/main --lite main.ts

About


Languages

Language:TypeScript 97.4%Language:HTML 2.6%