Skip to content

CLAUDE.md

Project Structure

  • WT-ec/ — Frontend EC (Nuxt 4) on port 3010
  • WT-be/ — Backend API (NestJS 11) on port 8080

Conventions

  • API response format: { code, message, result, timestamp, path }
  • i18n: default zh-TW, secondary en-US
  • EC API: $api / useApi composables with $fetch
  • BE modules: ec/ (frontend APIs), common/ (shared), health/ (health checks)