nextjs-turbopack by affaan-m/everything-claude-code
npx skills add https://github.com/affaan-m/everything-claude-code --skill nextjs-turbopackNext.js 16+ 在本地开发中默认使用 Turbopack:这是一个用 Rust 编写的增量打包工具,能显著加快开发启动和热更新的速度。
--webpack(或根据你的 Next.js 版本使用 --no-turbopack;请查阅你所用版本的文档)来禁用 Turbopack。next build)可能使用 Turbopack 或 Webpack,具体取决于 Next.js 版本;请查阅你所用版本的官方 Next.js 文档。适用场景:开发或调试 Next.js 16+ 应用、诊断开发启动或 HMR 速度慢的问题,或优化生产环境打包产物。
next dev 命令默认使用 Turbopack,除非被禁用。.next 目录下;基本使用无需额外配置。广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
next dev
next build
next start
运行 next dev 以使用 Turbopack 进行本地开发。使用打包分析器(参见 Next.js 文档)来优化代码分割并剔除大型依赖项。尽可能优先使用 App Router 和服务器组件。
每周安装量
326
代码仓库
GitHub 星标数
102.1K
首次出现
8 天前
安全审计
安装于
codex311
cursor277
github-copilot274
gemini-cli274
opencode274
cline274
Next.js 16+ uses Turbopack by default for local development: an incremental bundler written in Rust that significantly speeds up dev startup and hot updates.
--webpack (or --no-turbopack depending on your Next.js version; check the docs for your release).next build) may use Turbopack or webpack depending on Next.js version; check the official Next.js docs for your version.Use when: developing or debugging Next.js 16+ apps, diagnosing slow dev startup or HMR, or optimizing production bundles.
next dev runs with Turbopack unless disabled..next; no extra config needed for basic use.next dev
next build
next start
Run next dev for local development with Turbopack. Use the Bundle Analyzer (see Next.js docs) to optimize code-splitting and trim large dependencies. Prefer App Router and server components where possible.
Weekly Installs
326
Repository
GitHub Stars
102.1K
First Seen
8 days ago
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
codex311
cursor277
github-copilot274
gemini-cli274
opencode274
cline274
React 组合模式指南:Vercel 组件架构最佳实践,提升代码可维护性
106,200 周安装