Vue :2 [MU] vue.js - 대한민국 지도 svg 불러오기 프로젝트에서 대한민국 지도를 클릭해 진행해야하는 부분이 있어대한민국 지도에서 지역별 선택이 가능하도록 구현해보자 1. svg 파일 받아오기아래 사이트에서 해당하는 국가에 대한 svg 파일을 다운로드 받을 수 있다. Free SVG Maps - amChartsPsssst! Check out our new tool: VisitedPlaces.com. Create cool maps, images, and even videos of your visited countries and visited states! World United States U.S. Counties United Kingdom World (Continents) World (Regions) Africa Asia Caribbeanfrica Cent.. 2025. 4. 25. [MU] Vue.js 프로젝트 시작 Vue.js를 사용한 새로운 프로젝트를 진행하려고 한다. 1. 시작vue/cli 설치npm install -g @vue/cli 프로젝트 생성vue create project 프로젝트 경로 이동 - 서버 실행cd projectnpm run serve 페이지 전환을 위한 vue router 설치vue add router VSCode에서 "vue : 이 시스템에서 스크립트를 실행할 수 없으므로 C:\Users\co135\AppData\Roaming\npm\vue.ps1 파일을 로드할 수 없습니다" 에러가 발생하면 PowerShell을 관리자 권한으로 실행한 뒤 아래 명령어 입력 후 다시 router 설치하기Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy .. 2025. 4. 24. 이전 1 다음