프로젝트 기초세팅 가이드 정리
| 날짜 | 변경사항 |
|---|---|
| 2025.09.29 | Tailwind CSS Prettier 설정 추가 |
| 2025.09.29 | Tailwind className을 외부 변수에 지정하더라도 Prettier 적용가능한 설정 추가(clsx, twMerge, cn, classNames 함수 사용 필요) |
| 2025.09.29 | .vscode/settings.json 설정 파일 추가 |
| 2025.09.29 | next.config: next image 관련 속성 추가 |
| 2025.10.03 | eslint.config.mjs import 순서 자동 정렬 구문 추가import 순서: 1. css2. next 3. next type 4. react 5. react type 6. third part 7. local file(@ alias path) 8. local file(relative path) |
| 2025.10.03 | next-local-font 폰트 설정 방법 추가 |
| 2025.10.03 | tailwind.config.ts 템플릿 추가 |
| 2025.10.05 | eslint.config.mjs JSX 속성 자동 정렬 구문 추가정렬 순서: 1. key2. ref3. id4. className5. style6. etc(알파벳 순 정렬) 7. callback(event handler) |
| 2025.10.06 | QueryProvider 구문 누락 건 수정- src/lib/queryclient.ts 파일 추가 |
| 날짜 | 변경사항 |
|---|---|
| 2025.09.29 | main.ts 설정 변경: Framework를 nextjs-vite 에서 nextjs 로 수정 |