nitro
仓库创建 2026年1月28日最近提交 1 个月前SkillHot 收录 20 天前
▸ 精选理由
覆盖 Node/Bun/Deno/边缘部署,便于统一服务端实现与部署策略。
这个 Skill 做什么
框架无关的服务器工具集,用于构建可部署到多平台的服务端应用。
用同一套代码把后端服务打包成能跑在 Node/Bun/Deno/Cloudflare/Vercel 等平台的部署产物,支持路由、缓存、storage、任务和 websocket 等常见服务端需求。适合需要跨平台部署或把 Nuxt 以外也能用的服务器功能独立出来的场景。特点是框架无关、生成优化输出并整合 H3/unstorage 等生态,减少平台差异带来的改造成本。
▸ 展开 SKILL.md 英文原文
Nitro is the framework-agnostic server toolkit (powering Nuxt) for building and deploying web servers anywhere. Use when working with nitro.config, server routes/event handlers, route rules, caching, storage, tasks, websockets, or deploying to Node/Bun/Deno/Cloudflare/Vercel.
5.7k
Stars
314
Forks
19
仓库内 Skill
+173
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/antfu/skills/main/skills/nitro/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/antfu/skills/main/skills/nitro/SKILL.md"SKILL.MD 节选查看完整文件 ↗
> The skill is based on Nitro v3 (beta), generated at 2026-06-22. Nitro is a framework-agnostic, deployment-agnostic server toolkit powered by [H3](https://h3.dev) v2, [unstorage](https://unstorage.unjs.io), and Vite/Rolldown/Rollup. It powers Nuxt and works standalone. From one codebase it builds optimized output for Node.js, Bun, Deno, Cloudflare, Vercel, Netlify, and more. Key capabilities: - **Filesystem routing** with H3 v2 event handlers, dynamic params, and method suffixes. - **Route rules** for declarative caching, headers, redirects, proxying, and auth. - **Caching** layer (cached handlers/functions, SWR) on top of **unstorage** KV. - **Runtime config** overridable via `NITRO_*` e
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有