3d417cdc02
- 백엔드 엔티티, 서비스, DAO 및 REST 컨트롤러 계층 추가 - 데이터베이스 CRUD 처리를 위한 MyBatis PostgreSQL 매퍼 추가 - 생성, 조회, 수정, 삭제 전체 흐름을 지원하는 관리자용 Vue 컴포넌트 추가 - 게시글 등록 및 수정 요청에 대한 입력값 검증 추가
frontend
This template should help get you started developing with Vue 3 in Vite.
Recommended IDE Setup
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
Customize configuration
See Vite Configuration Reference.
Project Setup
npm install
Compile and Hot-Reload for Development
npm run dev
Compile and Minify for Production
npm run build
Lint with ESLint
npm run lint