git: 원격 저장소 연결 및 초기 커밋
Made-with: Cursor
This commit is contained in:
13
.cursor/rules/05-frontend.mdc
Normal file
13
.cursor/rules/05-frontend.mdc
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
alwaysApply: true
|
||||
---
|
||||
- API 호출은 기존 API 레이어를 사용한다.
|
||||
- 정적 URL은 toApiUrl()로 처리한다.
|
||||
|
||||
- Composition API 패턴(ref, computed, onMounted)을 유지한다.
|
||||
|
||||
- UI는 "요약 + 필요 시 모달" 구조를 우선한다.
|
||||
- 모달 활성화 시 body scroll lock을 적용한다.
|
||||
|
||||
- 리스트 변경 시 깜빡임 없이 즉시 반영한다.
|
||||
- 애니메이션은 TransitionGroup을 사용한다.
|
||||
Reference in New Issue
Block a user