.gitignore
使用此目录将你的 Nuxt 应用部署到生产环境。
nuxt build
.nuxt
Nuxt 在开发模式下使用 .nuxt/ 目录来生成你的 Vue 应用。
assets
assets/ 目录用于添加构建工具将会处理的所有网站资源。
Community