跳到主要内容
版本:1.0.0

NestJs

基于 Farm 创建一个 NestJs 项目。

Farm 提供两种方案来支持创建 NestJs 项目:

  • 使用 create-farm 脚手架创建脚手架项目
  • 你可以根据当前文档手动创建一个 NestJs 项目

创建 NestJs 项目

npm
yarn
pnpm
bun
npm create farm@latest

Select Framework 中选择 NestJs 模版

开发环境时运行

npm
yarn
pnpm
bun
npm run dev

在生产环境下进行打包

npm
yarn
pnpm
bun
npm run build

预览生产环境打包之后构建的产物

npm
yarn
pnpm
bun
npm run preview

如若想查看示例详情: Nestjs 示例

Extremely Fast Web Build Tool Written in Rust

Copyright © 2024 Farm Community. Built with Docusaurus.