docs: 添加 Nuxt 最小启动器模板

- 新增 .gitignore 文件,包含常见的 Nuxt 项目忽略项
- 创建 README.md,提供项目介绍、安装依赖、开发服务器、生产环境等详细说明
- 添加 app.vue,包含基本的 Nuxt 组件结构
- 创建 nuxt.config.ts,配置 Nuxt 项目的基本选项
This commit is contained in:
2025-04-24 10:34:35 +08:00
commit 9c3a93e653
10 changed files with 11870 additions and 0 deletions

3
server/tsconfig.json Normal file
View File

@@ -0,0 +1,3 @@
{
"extends": "../.nuxt/tsconfig.server.json"
}