This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.
Learn more about IDE Support for Vue in the Vue Docs Scaling up Guide.
# 1. 프로젝트 클론 받기
git clone {프로젝트 url}
# 2. 의존성 설치
npm install
npm install axios
# 3. 프로젝트 실행
npm run dev