Vercel ChangelogFeb 7, 2023, 1:00 PMAnthony Shew

使用 Turborepo 與 Vercel Remote Cache 實現更快的開發迭代

Original: Faster iteration with Turborepo and Vercel Remote Cache

Vercel has published an official guide on how to use Turborepo together with Vercel Remote Cache to accelerate development iteration cycles…

Vercel 宣布結合 Turborepo 與 Vercel Remote Cache 功能。透過將建置快取儲存於雲端,團隊成員與 CI/CD 流程能共享已編譯的任務結果。這意味著只要有一人或 CI 執行過特定建置,其他人即可直接套用快取,省去重複編譯時間,顯著提升 monorepo 專案的開發與部署效率。

Vercel has published an official guide on how to use Turborepo together with Vercel Remote Cache to accelerate development iteration cycles for frontend and full-stack projects. Turborepo is a high-performance monorepo build system designed specifically for JavaScript and TypeScript, and one of its core strengths is Task Caching. By default, however, this cache only exists on an individual developer's local machine. By enabling Vercel Remote Cache, the cache is securely hosted on Vercel's cloud platform.

Full summary

Free shows the 3-line summary; Pro unlocks the full deep summary (~300 words) so you never have to click through.

See Pro plans →

Want the original English / full article?

Read on Vercel Changelog →

Summaries are AI-generated; the original article is authoritative.