📌  相关文章
📜  创建下一个应用程序命令 - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:04.692000             🧑  作者: Mango

代码示例1
npx create-next-app
if you are using yarn:
yarn create next-app

if you are using typescript just append the --ts or the --typescript flag to the command shown