1. 首页
  2. 数据库
  3. 其它
  4. nestjs azure functions:将无服务器的NestJS部署到Azure Functions演示 源码

nestjs azure functions:将无服务器的NestJS部署到Azure Functions演示 源码

上传者: 2021-02-20 18:03:18上传 ZIP文件 67.28KB 热度 28次
将无服务器NestJS部署到Azure函数 Trilon博客上的全文: 实时部署 用 :red_heart_selector: 通过 安装 $ npm install 运行NestJS应用程序 # development $ npm run start # watch mode $ npm run start:dev 部署到Azure功能 首先,我们需要确保将NestJS应用程序构建到/dist/文件夹中,然后可以使用终端或IDE扩展对其进行部署! $ npm run build 然后利用azure-cli或Azure Functions扩展。 Trilon-JavaScript,ASP.
用户评论