docs: 添加 Nuxt 最小启动器模板
- 新增 .gitignore 文件,包含常见的 Nuxt 项目忽略项 - 创建 README.md,提供项目介绍、安装依赖、开发服务器、生产环境等详细说明 - 添加 app.vue,包含基本的 Nuxt 组件结构 - 创建 nuxt.config.ts,配置 Nuxt 项目的基本选项
This commit is contained in:
5
nuxt.config.ts
Normal file
5
nuxt.config.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
export default defineNuxtConfig({
|
||||
compatibilityDate: '2024-11-01',
|
||||
devtools: { enabled: true }
|
||||
})
|
||||
Reference in New Issue
Block a user