- 보스 추가/편집/삭제 폼 (이름, 이미지, 난이도별 가격/인원) - BossList: 등록된 보스 카드 목록 + 추가 버튼 - 동적 라우트가 sub-path 지원하도록 변경 (:slug/*) - 커스텀 Checkbox/Select 컴포넌트 - number input 화살표 전역 제거 - 가격 입력 시 메소 단위 미리보기 표시 - 결정석 → 결정으로 용어 통일 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .gitignore | ||
| eslint.config.js | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| vite.config.js | ||
React + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Oxc
- @vitejs/plugin-react-swc uses SWC
React Compiler
The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see this documentation.
Expanding the ESLint configuration
If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint in your project.