vue-cli, spring-boot, stomp라이브러리를 활용한 채팅사이트 만들기(목차)
vue-cli와 spring-boot를 활용하여 채팅 사이트를 만들어 보는 프로젝트이다. 완전히 csr방식으로 만들었다. 1. 환경 구축 (프론트) https://okane-on-cliff.tistory.com/241 (백) https://okane-on-cliff.tistory.com/242 2. 프론트 코드 : https://okane-on-cliff.tistory.com/243 3. 백 코드 : https://okane-on-cliff.tistory.com/244 4. 배포 : https://okane-on-cliff.tistory.com/245 1. 깃 주소 (프론트) : https://github.com/okanekudasai/socketFront.git (백) : https://github.c..
0