antfu/skills✦ 精选0°

nuxt

仓库创建 2026年1月28日最近提交 1 个月前SkillHot 收录 20 天前
▸ 精选理由

适合构建服务器渲染或混合渲染的 Vue 应用与通用部署流程。

这个 Skill 做什么

基于 Vue 的全栈框架,支持 SSR、自动导入与文件路由等特性。

基于 Vue 的全栈框架,内建 SSR、文件路由和自动导入,适合做服务端渲染或混合渲染的网页应用与轻量后端。需要处理 server routes、middleware、useFetch 或部署到 Node/serverless/edge 时会用到。Nuxt 使用 Nitro 作为服务引擎,很多常见配置被约定好,上手更快。

▸ 展开 SKILL.md 英文原文

Nuxt full-stack Vue framework with SSR, auto-imports, and file-based routing. Use when working with Nuxt apps, server routes, useFetch, middleware, or hybrid rendering.

开发编程前端框架SSRVue通用
5.7k
Stars
314
Forks
19
仓库内 Skill
+173
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/antfu/skills/main/skills/nuxt/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/antfu/skills/main/skills/nuxt/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
Nuxt is a full-stack Vue framework that provides server-side rendering, file-based routing, auto-imports, and a powerful module system. It uses Nitro as its server engine for universal deployment across Node.js, serverless, and edge platforms.

> The skill is based on Nuxt 4.x, generated at 2026-06-22.

> **Nuxt 4 note:** the default `srcDir` is `app/` — Vue app code (`app.vue`, `components/`, `composables/`, `pages/`, etc.) lives under `app/`, while `server/`, `shared/`, `public/`, `modules/`, `layers/` and `nuxt.config.ts` stay at the project root. The `~`/`@` aliases now point at `app/`; use `~~`/`@@` for the root.

## Core

| Topic | Description | Reference |
|-------|-------------|-----
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有