Written by
spring-style
on
on
vue.js [spring boot와 연동시키기] (1)
vue.js [spring boot와 연동시키기] (1)
백엔드는 spring boot, 프론트엔드로는 vue를 사용하여 서로 연동을 시킬 예정이다.
우선 연동을 하기에 앞서 Node.js를 설치해야한다.
https://nodejs.org/ko/
설치가 완료되었으면 Vue CLI3.0을 설치해야 하는데 Node.js를 설치하고난 후
cmd창에서 명령어를 입력하여 설치 할 수 있다.
명령어 : npm i -g @vue/cli
버전 확인 : vue --version
제거 : npm uninstall -g @vue/cli
from http://z00h.tistory.com/61 by ccl(A) rewrite - 2021-12-01 19:27:37