2c02c4afc1
활발한 프로젝트/업무에서 활동이 한 번에 전부 내려와 렌더링되던 문제 보완. - 업무 상세 활동 탭: 최신 100건으로 조회 상한 추가(기존 무제한) - 프로젝트 활동 피드: 200건 통째 조회 → 오프셋 페이지네이션 전환 - 컨트롤러 page/size 쿼리 지원, 서비스 findAndCount - 프론트 스토어 누적 + hasMore/loadMore, 활동 페이지 "더 보기" 버튼 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
frontend
This template should help get you started developing with Vue 3 in Vite.
Recommended IDE Setup
VS Code + Vue (Official) (and disable Vetur).
Recommended Browser Setup
- Chromium-based browsers (Chrome, Edge, Brave, etc.):
- Firefox:
Type Support for .vue Imports in TS
TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.
Customize configuration
See Vite Configuration Reference.
Project Setup
npm install
Compile and Hot-Reload for Development
npm run dev
Type-Check, Compile and Minify for Production
npm run build
Run Unit Tests with Vitest
npm run test:unit