Files
ttipo 3b831c5ad2 fix: 소식·커뮤니티 섹션의 본문 래퍼를 SectionBoundary 바깥으로 분리
SectionBoundary 에 직접 붙이던 __body 클래스를 감싸는 div 로 옮겼다.
경계 컴포넌트가 자기 레이아웃을 갖지 않게 되어, 상태(로딩·실패·비어 있음)가
바뀌어도 섹션 본문의 자리가 흔들리지 않는다.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0128kgT8ycCATfJVFULQMa9b
2026-09-11 01:43:18 +09:00
..
2026-09-04 00:33:52 +09:00
2026-09-05 16:43:13 +09:00
2026-09-04 00:33:52 +09:00
2026-09-04 00:33:52 +09:00
2026-09-04 00:33:52 +09:00
2026-09-04 00:33:52 +09:00
2026-09-04 00:33:52 +09:00
2026-09-04 00:33:52 +09:00
2026-09-04 00:33:52 +09:00
2026-09-05 16:43:13 +09:00
2026-09-04 00:33:52 +09:00
2026-09-04 00:33:52 +09:00
2026-09-04 00:33:52 +09:00
2026-09-04 00:33:52 +09:00
2026-09-04 00:33:52 +09:00
2026-09-04 00:33:52 +09:00
2026-09-04 00:33:52 +09:00
2026-09-04 00:33:52 +09:00
2026-09-04 00:33:52 +09:00
2026-09-04 00:33:52 +09:00

frontend

This template should help get you started developing with Vue 3 in Vite.

VS Code + Vue (Official) (and disable Vetur).

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