Ecosystem bridges · BUILT-IN MODULE
next
Next.js project commands.
Quick start
use next
try next.create "my-site"
try next.build "my-site"API reference
next.create projectCreate a Next.js project. Fallible.
建立 a Next.js project. 此操作可能失敗。
next.dev projectRun npm run dev. Fallible.
執行 npm run dev. 此操作可能失敗。
next.build projectRun npm run build. Fallible.
執行 npm run build. 此操作可能失敗。
next.start projectRun npm run start. Fallible.
執行 npm run start. 此操作可能失敗。
next.lint projectRun npm run lint. Fallible.
執行 npm run lint. 此操作可能失敗。