该目录通常包含以下类型的文件
public/
如果你想从服务器提供资源,我们建议了解一下 public/ 目录。
.output
在为生产环境构建应用时,Nuxt 会创建 .output/ 目录。
components
components/ 目录用于存放你所有的 Vue 组件。
社区