728x90
구글 지도를 vue에 넣는건 너무나도 간단하다
Google Maps
Find local businesses, view maps and get driving directions in Google Maps.
www.google.com
구글 맵에 들어가서 원하는 장소 검색
장소가 검색되면 "공유"버튼 클릭

"지도 퍼가기" 클릭

HTML 입력
<div id="map" style="width: 100%; height: 400px;>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3163.017489641747!2d126.97038054301899!3d37.55465172443763!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x357ca3e3564c132f%3A0xe51f94b3ae4bff12!2z7ISc7Jq47Jet!5e0!3m2!1sko!2skr!4v1770603384401!5m2!1sko!2skr"
width="600"
height="450"
style="border:0;"
allowfullscreen=""
loading="lazy"
referrerpolicy="no-referrer-when-downgrade"
></iframe>
</div>
복사한거 그대로 가져오고,
가로, 세로 값 등은 개인에 맞게 커스텀 하면된다
완성!!

728x90
'Front-end > Vue.js' 카테고리의 다른 글
| Vue) 새창 열기 (0) | 2026.02.06 |
|---|---|
| Vite 기반 Vue 시작하기. Vue 프로젝트 만들기 (0) | 2025.11.24 |
| Vue) 다음 주소 API 적용하기. 다음 주소 우편번호 검색 (0) | 2024.04.13 |
| Vue) 오류 Extraneous non-emits event listeners (함수명) were passed to component but... (0) | 2024.02.27 |
| Vue) 자식 -> 부모 컴포넌트에 데이터 넘기기. 부모 컴포넌트에 파라미터 넘기기 emit 사용 방법 (0) | 2024.02.27 |