55. 배포하기 -배포하기 *vue 폴더(vue20210928) 내용 추가(vue.config.js) ... ... //spring boot 의 context-path //server.servlet.context=path=/REST publicPath:'/REST' * vue 폴더에서 cmd 실행 * cmd -> npm run build 입력 * vue 폴더에 dist 파일 생성 확인 *dist 폴더 안 내용 복사 *static 폴더 생성(boot_20211005) *복사한 dist 폴더 내용 static 폴더로 이동 * boot 서버 재 구동 후 크롬에서 페이지 확인(http://127.0.0.1:8080/REST/)