摘要: 官网文档 $ npm i -D @types/multer 上传单文件 import { Post, UseInterceptors, UploadedFile } from '@nestjs/common'; import { FileInterceptor } from '@nestjs/pla 阅读全文
posted @ 2018-09-02 20:55 Ajanuw 阅读(4729) 评论(0) 推荐(1) 编辑
摘要: "Docs: https://docs.nestjs.com/techniques/mvc" 新版本需要设置为NestExpressApplication main.js 加载静态页面 yarn add ejs sendFile 阅读全文
posted @ 2018-09-02 17:35 Ajanuw 阅读(5018) 评论(0) 推荐(1) 编辑