Files
gaokao-volunteer-system/apps/web
Frontend Developer bf5ad4a7aa Sprint 4 T-B-25 · Bundle 优化验证
- vite.config.ts: production sourcemap=false (build time 17.89s → 6.89s)
- scripts/bundle-report.cjs: 输出 raw/gzip 大小 + 预算校验 (500KB total / 150KB per chunk)
- package.json: build pipeline 末尾自动跑 bundle-report

实测(无 sourcemap,9 chunks):
  Total gzip: 301.41 KB (预算 500 )
  Main chunk: 85.57 KB gzip (预算 150 )
  Heavy vendor (>80 KB): chart-vendor 101 KB / index 86 KB
  可优化点:ShareDialogPage + recharts 走 lazy load (留 T-B-26 处理)

G3 闸门:build 项 ,main chunk 下降 87.85 → 85.57 KB
2026-07-04 10:15:01 +08:00
..
2026-07-03 22:53:33 +08:00

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.