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:
16
CLAUDE.md
Normal file
16
CLAUDE.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# sample-nuxt-project
|
||||
|
||||
Nuxt 4 + Vue 3 + TypeScript + Tailwind CSS 기반의 샘플 프로젝트입니다.
|
||||
이 프로젝트는 `fe-common-rules` 공통 지침을 submodule 형태로 연결하여 사용합니다.
|
||||
|
||||
## 공통 지침
|
||||
|
||||
@.claude/common/CLAUDE.md
|
||||
|
||||
## 프로젝트 지침
|
||||
|
||||
@.claude/project/overview.md
|
||||
|
||||
@.claude/project/conventions.md
|
||||
|
||||
@.claude/project/architecture.md
|
||||
Reference in New Issue
Block a user