摘要: 一、NestJs开发博客API-1-基础项目搭建 1.1 安装 npm i -g @nestjs/cli nest new project-name 二、 NestJs开发博客API-2-创建帖子模块和控制器 nest g mo posts // module nest g co posts // 阅读全文
posted @ 2020-05-07 00:38 前端开发-周先生 阅读(2206) 评论(0) 推荐(0) 编辑