因此,我为我的项目创建了一个repo,我想为前端创建下一个13应用程序。我该怎么走?
7fhtutme1#
你只需要运行npx create-next-app@latest。创建项目不需要github仓库
npx create-next-app@latest
hc2pp10m2#
谢谢你。我问的原因是文档和帮助中都没有提到。npx create-next-app@latest . --no-git
npx create-next-app@latest . --no-git
2条答案
按热度按时间7fhtutme1#
你只需要运行
npx create-next-app@latest
。创建项目不需要github仓库hc2pp10m2#
谢谢你。我问的原因是文档和帮助中都没有提到。
npx create-next-app@latest . --no-git