git: 원격 저장소 연결 및 초기 커밋

Made-with: Cursor
This commit is contained in:
2026-04-13 13:50:17 +09:00
commit 3286159154
38 changed files with 7830 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
---
alwaysApply: true
---
- API 호출은 기존 API 레이어를 사용한다.
- 정적 URL은 toApiUrl()로 처리한다.
- Composition API 패턴(ref, computed, onMounted)을 유지한다.
- UI는 "요약 + 필요 시 모달" 구조를 우선한다.
- 모달 활성화 시 body scroll lock을 적용한다.
- 리스트 변경 시 깜빡임 없이 즉시 반영한다.
- 애니메이션은 TransitionGroup을 사용한다.