Ecosystem bridges · BUILT-IN MODULE

next

Next.js project commands.

Quick start

use next
use next

try next.create "my-site"
try next.build "my-site"

API reference

next.create project

Create a Next.js project. Fallible.

建立 a Next.js project. 此操作可能失敗。
next.dev project

Run npm run dev. Fallible.

執行 npm run dev. 此操作可能失敗。
next.build project

Run npm run build. Fallible.

執行 npm run build. 此操作可能失敗。
next.start project

Run npm run start. Fallible.

執行 npm run start. 此操作可能失敗。
next.lint project

Run npm run lint. Fallible.

執行 npm run lint. 此操作可能失敗。