.gitignore
使用此目录将您的 Nuxt 应用部署到生产环境。
nuxt build
.nuxt
Nuxt 在开发中使用 .nuxt/ 目录来生成您的 Vue 应用程序。
assets
assets/ 目录用于添加所有网站的资源文件,构建工具会处理这些资源。
社区