Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 562 Bytes

File metadata and controls

18 lines (13 loc) · 562 Bytes

Vue 3 + Vite

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