? ? ? ? 先把npm的镜像源切换成阿里巴巴的,要不然下载挺慢的:
????????npm config set registry https://registry.npm.taobao.org?
? ? ? ??npm config get registry?
nestJS的中文文档:https://docs.nestjs.cn/10/introduction
? ? ? ? 先创建一个文件夹:nestDemo
?npm i -g @nestjs/cli nest new project-name
执行以上这两个命令,然后选npm,再创建项目
?
访问测试:
nest框架的token登录,以及token校验-CSDN博客