tools & libs/IDES [vscode] Spring Boot + Vue 연동 프로젝트 생성 4 - 배포 - 앞선 포스트에서는 Vue 프로젝트에서 배포 후 Spring Boot 앱으로 수동으로 배포시켰다. vue-cli의 build 명령에는 dest 옵션이 있어서 필요한 경로에 파일을 배포할 수도 있다. "scripts": { "serve": "vue-cli-service serve --open --port 9090", "build": "vue-cli-service build --dest c:/ssafy/boot_backend/demo/src/main/webapp/WEB-INF/vue-dist", "lint": "vue-cli-service lint" }, 공유하기 게시글 관리 모두의 코딩 저작자표시 비영리 변경금지 'tools & libs > IDES' 카테고리의 다른 글 [eclipse] 디버거의 value 출력 변경 (0) 2020.01.30 [vscode] ConfigError:'class name' is not a valid class name (0) 2019.11.26 [vscode] Spring Boot + Vue 연동 프로젝트 생성 3 - 스프링과의 연동 (0) 2019.11.21 [vscode] Spring Boot + Vue 연동 프로젝트 생성 2 - 뷰 앱 (0) 2019.11.21 [vscode] Spring Boot + Vue 연동 프로젝트 생성 1 - 부트 앱 개발 (0) 2019.11.21 Contents 당신이 좋아할만한 콘텐츠 [eclipse] 디버거의 value 출력 변경 2020.01.30 [vscode] ConfigError:'class name' is not a valid class name 2019.11.26 [vscode] Spring Boot + Vue 연동 프로젝트 생성 3 - 스프링과의 연동 2019.11.21 [vscode] Spring Boot + Vue 연동 프로젝트 생성 2 - 뷰 앱 2019.11.21 댓글 0 + 이전 댓글 더보기