feat: 初始化 Nuxt 项目基础结构

添加 Nuxt 项目基础文件,包括配置文件、依赖管理、忽略文件和基础页面组件
This commit is contained in:
2026-04-26 15:12:13 +08:00
commit 03ce24e689
9 changed files with 8463 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
<template>
<div>
<NuxtRouteAnnouncer />
<NuxtWelcome />
</div>
</template>