Next.js 初始化Next.js项目 首先,创建一个新的Next.js项目: npx create-next-app next-quiz-app cd next-quiz-app 运行 npm run dev 2024-05-11 00:00 · Next.jsReact