turborepo 快速入门
Why Turborepo Quick start 依赖关系 与 package.json 通过最基础创建项目的指令pnpm dlx create-turbo@latest ,得到的 demo 项目。 目录结构需要注意:(以下说的每个,指的都是 apps 和 packages) Using this configuration, every directory with a package.json in the apps or packages directories will be considered a package. ...