Skip to content

kimkee/vue

Repository files navigation

VUE3 + FIREBASE9

챗팅 게시판 상세
첨부 갤러리 회원

https://kimkee.github.io/vue/

  • 개발내용
    • 회원
      • 가입, 로그인, 로그아웃
    • 권한
      • 내가쓴 글,댓글만 수정삭제가능
    • 게시글
      • 읽기, 쓰기, 수정, 삭제, 조회수, 좋아요, 시간, 글자수 제한, 페이징
    • 댓글
      • 읽기, 쓰기, 삭제
    • 파일
      • 파일 업로드, 삭제 , 한번에 여러개 업로드 , 갯수제한, 글삭제시 첨부된 파일도 삭제 , 파일 순서 변경
    • 챗팅

Reference



Project setup

npm create vite@latest

Compiles and hot-reloads for development

npm run dev

Compiles and minifies for production

npm run build

Customize configuration

See Configuration Reference.

Vue 3 + Vite

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Recommended IDE Setup