如何在没有github仓库的情况下创建nextjs应用

56lgkhnf  于 2023-05-17  发布在  Git
关注(0)|答案(2)|浏览(106)

因此,我为我的项目创建了一个repo,我想为前端创建下一个13应用程序。我该怎么走?

7fhtutme

7fhtutme1#

你只需要运行npx create-next-app@latest。创建项目不需要github仓库

hc2pp10m

hc2pp10m2#

谢谢你。我问的原因是文档和帮助中都没有提到。
npx create-next-app@latest . --no-git

相关问题