feat: React 18 프론트엔드 추가 및 프로젝트 구조 정리
- wtm-frontend → wtm-frontend-vue 이름 변경 - wtm-frontend-react 추가 (React 18 + PrimeReact + Zustand) - 동일한 모듈 구조 및 API 연동 (Vue 버전과 기능 동일) - Vue:5173 / React:5174 포트 분리 - 개발자 가이드에 React 프론트엔드 안내 추가 - .gitignore: Claude/OMC, 문서 생성 스크립트, package-lock 제외 - 불필요 파일 git 추적 제거 (.omc, generate_*.py, regenerate_*.py) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
이 Commit은 다음에 포함되어 있습니다:
12
.gitignore
벤더링됨
12
.gitignore
벤더링됨
@@ -12,7 +12,6 @@ out/
|
||||
|
||||
# Node
|
||||
node_modules/
|
||||
wtm-frontend/node_modules/
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
@@ -22,9 +21,10 @@ Thumbs.db
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# Claude/OMC
|
||||
# Claude/OMC/AI
|
||||
.claude/
|
||||
.omc/
|
||||
CLAUDE.md
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
@@ -32,3 +32,11 @@ logs/
|
||||
|
||||
# Plans
|
||||
plans/
|
||||
|
||||
# Document generation scripts (keep PDFs, exclude generators)
|
||||
wbx-spring-core/docs/generate_system_design.py
|
||||
wbx-spring-core/docs/regenerate_pdfs.py
|
||||
|
||||
# Package lock files (frontend)
|
||||
wtm-frontend-vue/package-lock.json
|
||||
wtm-frontend-react/package-lock.json
|
||||
|
||||
새 Issue에서 참조
사용자 차단