본문 바로가기
JavaScript/Vue

[clone] Facebook Clone Coding : Front만

by amoomar 2023. 3. 13.
반응형

 

clone된 UI

vue를 직접 사용해보며 이해하기 위해 Facebook을 clone coding하였다. 이에 대한 작업은 UI에 관한 것 뿐이며, 특별한 설명 없이 github 주소를 통해 코드를 공유한다.

 

https://github.com/Hamjeonghui/vue.git

 

GitHub - Hamjeonghui/vue: Vue 프레임워크를 활용하여, Face Book의 구조를 벤치마킹하여 구현해냄

Vue 프레임워크를 활용하여, Face Book의 구조를 벤치마킹하여 구현해냄. Contribute to Hamjeonghui/vue development by creating an account on GitHub.

github.com

 

IDE는 intelliJ를 사용하였다.

반응형

'JavaScript > Vue' 카테고리의 다른 글

Vue 기초 지식  (2) 2023.03.28
[router] 페이지 링크  (0) 2023.03.22
[구축] vue & spring boot 연동  (0) 2023.03.21
[$emit] 모달 컴포넌트(팝업)  (2) 2023.03.13
[구축] Vue 프로젝트 생성  (2) 2023.03.06