폴더 경로 잡아주기Vue 설치하기 (npm install vue)CLI 설치하기 (npm install -g @vue/cli)프로젝트 생성 (vue create 프로젝트명) + 실행 (npm run serve)Vue Router 설치 (vue add router)CLI