该目录通常包含以下类型的文件:
public/
如果您想从服务器直接提供资源,建议查看 public/ 目录。
.output
当您为生产环境构建应用程序时,Nuxt 会创建 .output/ 目录。
components
components/ 目录是存放所有 Vue 组件的地方。
社区