Frontend Developer
fa7c22e8ed
chore(s1): monorepo skeleton + 30-file prototype first commit
Sprint 1 G0 闸门通过 (pnpm install / typecheck / lint / build / turbo 全部 exit 0)
实际完成:
- T-A-01 monorepo 根骨架: pnpm-workspace.yaml + turbo.json + 根 package.json
- T-A-02 收编原型: apps/web/ 30 个 src/ 文件 (4948 行) 首次入库
- T-A-03 lint/format: eslint flat config (根 + apps/web) + prettier
- T-A-23 web-ci.yml: GitHub Actions 4-step CI (typecheck/lint/build/bundle)
勘误 (前置假设错误):
- 原型 4948 行 (不是 4114 行)
- 原型含 33 个 any + 16 个未用变量 (Sprint 2 修)
- 原型从未 commit, 用 cp -r + git add, 不是 git mv
推迟到 Sprint 2+:
- T-A-04/05 tsconfig packages 抽离
- T-A-06/07/08 design tokens 抽离
- T-A-09~13 5 基础组件
依赖隔离:
- .gitignore 加 11 行 monorepo 规则
- apps/web/.gitignore 补 .npm-cache/next-dev.log
- 删除 apps/web 内嵌 .git/ (cp -r 复制时携带)
验证:
- pnpm install: 1m55s, 456 packages
- typecheck: 0 errors
- lint: 0 errors, 49 warnings (any + unused)
- next build: 8 routes compiled, 9/9 static pages
- turbo run build: 1 successful, 12.9s
2026-07-03 09:22:03 +08:00
..
2026-06-18 11:01:15 +08:00
2026-06-11 16:06:34 +08:00
2026-06-11 22:04:45 +08:00
2026-06-30 17:48:58 +08:00
2026-06-29 07:34:44 +08:00
2026-06-20 00:27:15 +08:00
2026-06-17 18:05:16 +08:00
2026-06-20 14:29:12 +08:00
2026-06-25 00:17:20 +08:00
2026-06-18 10:27:54 +08:00
2026-06-20 00:27:15 +08:00
2026-06-20 14:29:12 +08:00
2026-06-25 00:17:20 +08:00
2026-06-14 10:12:03 +08:00
2026-06-18 14:14:20 +08:00
2026-06-13 14:49:58 +08:00
2026-06-11 20:03:25 +08:00
2026-06-18 13:39:02 +08:00
2026-06-14 05:26:27 +08:00
2026-06-13 14:49:58 +08:00
2026-06-30 17:48:58 +08:00
2026-06-12 09:06:52 +08:00
2026-06-25 09:28:23 +08:00
2026-06-15 15:14:27 +08:00
2026-06-26 08:51:46 +08:00
2026-06-18 10:21:38 +08:00
2026-06-27 13:27:20 +08:00
2026-06-14 19:38:30 +08:00
2026-06-18 15:20:16 +08:00
2026-06-20 14:25:19 +08:00
2026-06-15 15:14:27 +08:00
2026-06-16 18:14:41 +08:00
2026-06-11 16:14:46 +08:00
2026-06-25 09:28:23 +08:00
2026-06-18 10:27:54 +08:00
2026-06-26 14:06:01 +08:00
2026-06-26 12:30:43 +08:00
2026-06-16 15:02:01 +08:00
2026-06-16 15:02:01 +08:00
2026-06-18 11:01:15 +08:00
2026-06-12 09:18:52 +08:00
2026-06-14 10:44:04 +08:00
2026-06-27 13:48:55 +08:00
2026-06-18 10:21:38 +08:00
2026-06-25 00:17:20 +08:00
2026-06-25 09:28:23 +08:00
2026-06-25 09:28:23 +08:00
2026-06-17 18:05:16 +08:00
2026-06-25 09:28:23 +08:00
2026-06-15 15:14:27 +08:00
2026-06-15 11:39:31 +08:00
2026-06-27 13:48:55 +08:00
2026-06-11 21:43:09 +08:00
2026-06-15 19:48:03 +08:00
2026-06-18 10:46:40 +08:00
2026-06-11 20:03:25 +08:00
2026-06-25 09:28:23 +08:00
2026-07-03 09:22:03 +08:00
2026-06-18 10:21:38 +08:00
2026-06-27 13:48:55 +08:00
2026-06-30 17:48:58 +08:00
2026-06-13 14:49:58 +08:00
2026-06-14 23:12:18 +08:00
2026-06-20 00:27:15 +08:00
2026-06-25 17:45:41 +08:00
2026-06-18 10:46:40 +08:00
2026-06-25 09:28:23 +08:00
2026-06-11 22:04:45 +08:00
2026-06-20 18:57:45 +08:00
2026-06-11 16:06:34 +08:00
2026-06-11 22:04:45 +08:00
2026-06-11 22:04:45 +08:00
2026-06-11 16:06:34 +08:00