跳转到主要内容

Fastify

nx 需要安装的包

npm i --save-dev @nrwl/js @nrwl/js

添加一个 node 项目

nx g @nrwl/node:application api

fastify 需要安装的包

npm i --save fastify