CLAUDE.md
Project Structure
WT-ec/— Frontend EC (Nuxt 4) on port 3010WT-be/— Backend API (NestJS 11) on port 8080
Conventions
- API response format:
{ code, message, result, timestamp, path } - i18n: default
zh-TW, secondaryen-US - EC API:
$api/useApicomposables with$fetch - BE modules:
ec/(frontend APIs),common/(shared),health/(health checks)