CLI Next.js 提供了两个命令行界面 (CLI) 工具: create-next-app:使用默认模板或从公共 GitHub 仓库中的示例快速创建一个新的 Next.js 应用。 next:运行 Next.js 开发服务器、构建应用等。 CLICreate Next.js apps using one command with the create-next-app CLI.next CLILearn how to run and build your application with the Next.js CLI.PreviousEdge RuntimeNextCLI