Skip to content

Nest monorepo 探索

创建项目

shell
nest generate app sys-xxxx

启动项目

shell
pnpm start sys-xxxx

创建组件

shell
nest g library databases