Initialize sample Nuxt project with TypeScript and Tailwind CSS, including .gitignore, package.json, and configuration files. Add CLAUDE.md for project guidelines and structure, and implement basic app.vue layout. Create submodule configuration in .gitmodules and add project-specific architecture and conventions documentation.
This commit is contained in:
27
.claude/project/overview.md
Normal file
27
.claude/project/overview.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# 프로젝트 개요 (Sample)
|
||||
|
||||
## 서비스
|
||||
|
||||
- **이름**: Sample Nuxt App
|
||||
- **설명**: fe-common-rules 도입 예시용 샘플 프로젝트
|
||||
- **배포 환경**: 로컬 전용 (샘플)
|
||||
|
||||
## 기술 스택
|
||||
|
||||
- **Framework**: Nuxt 4
|
||||
- **UI**: Vue 3 (`<script setup lang="ts">`)
|
||||
- **Language**: TypeScript (strict)
|
||||
- **Styling**: Tailwind CSS
|
||||
- **상태관리**: Pinia (필요 시)
|
||||
- **패키지매니저**: pnpm
|
||||
|
||||
## 주요 기능 (예시)
|
||||
|
||||
- 메인 페이지 (`/`)
|
||||
- 샘플 컴포넌트 `HelloCard.vue`
|
||||
- 공통 지침을 활용한 린트/타입 검증
|
||||
|
||||
## 팀 / 오너
|
||||
|
||||
- Frontend Team
|
||||
- 문의: #fe-chapter (Slack)
|
||||
Reference in New Issue
Block a user