Front-end/Vue.js

vue.js 기본 세팅 [윈도우](Eclipse-spring boot)

KHS-Desktop 2023. 6. 13. 10:13
반응형

 

방법1. 이클립스 마켓플레이스에서 vue.js 설치 실패

    

confirm 에서 넘어가지 않는다.

Details 메세지

 

Cannot complete the install because one or more required items could not be found.
  Software being installed: Vue.js Pack :: CodeMix 1.1.0 (com.genuitec.eclipse.code.pack.vue.feature.group 1.1.0)
  Missing requirement: Core Plugin for Code Integration 3.6.0.202007202201 (com.genuitec.eclipse.code.core 3.6.0.202007202201) requires 'osgi.bundle; org.apache.commons.httpclient 0.0.0' but it could not be found
  Cannot satisfy dependency:
    From: Code Common Core 3.6.0.202007201904 (com.genuitec.eclipse.code.common.core 3.6.0.202007201904)
    To: osgi.bundle; com.genuitec.eclipse.code.core 0.0.0
  Cannot satisfy dependency:
    From: CodeMix Essentials 3.6.0.202007221454 (com.genuitec.eclipse.code.feature.feature.group 3.6.0.202007221454)
    To: org.eclipse.equinox.p2.iu; com.genuitec.eclipse.code.common.core [3.6.0.202007201904,3.6.0.202007201904]
  Cannot satisfy dependency:
    From: Vue.js Pack :: CodeMix 1.1.0 (com.genuitec.eclipse.code.pack.vue.feature.group 1.1.0)
    To: org.eclipse.equinox.p2.iu; pack.vue.feature.group 0.0.0
  Cannot satisfy dependency:
    From: Vue Extension Pack 3.6.0.202007221454 (pack.vue.feature.group 3.6.0.202007221454)
    To: org.eclipse.equinox.p2.iu; com.genuitec.eclipse.code.feature.feature.group 0.0.0

 

 

이유: 버전이 맞지 않는 것으로 보임(Java 버전 16 미만(자바 11 권장))

이유추가: CodeMix 및 Angular IDE는 Eclipse 2021-12 이상 버전과 호환과 되지 않는 것으로 보인다..

 

메세지 내용에 관한 스택오버플로우 답변

https://stackoverflow.com/questions/71335087/eclipse-vue-js-codemix-installation-error

 

Eclipse Vue.js Codemix Installation Error

I try to install Vue.js :: CodeMix from "eclipse Marketplace", but I end up with this error: Cannot complete the install because one or more required items could not be found. Software ...

stackoverflow.com

내 상황과 동일한 내용에 대한 답변 

https://www.genuitec.com/forums/topic/unable-to-install-codemix-plugin/

 

Unable to install codemix plugin - Genuitec

CodeMix & Angular IDE  > Getting Help Tagged: instal This topic has 19 replies, 2 voices, and was last updated 3 years, 5 months ago by Dale. Viewing 15 posts - 1 through 15 (of 20 total) 1 2 → Author Posts April 8, 2019 at 12:59 am #612211 Reply Dale

www.genuitec.com

 

 

 

 

방법2.visual studio code를 이용하여 설정

※이클립스- 스프링부트 설정은 완료된 것을 기준으로 한다.

 

아래의 설정을 참고한다.

https://myprograming.tistory.com/entry/EclipseSpringboot-project%EC%83%9D%EC%84%B1%EC%9C%88%EB%8F%84%EC%9A%B0

 

[Eclipse]Springboot project생성(윈도우)

1. File > New > Other > Spring Starter Project 2. project 이름, type, java version, Package 등 설정 3. 의존성 설정 작성자는 필요에 의하여 Lombok, MySQL Driver 등을 설정하였으나, 본인의 목적에 맞는 의존성을 체크하

myprograming.tistory.com

 

   1. node.js설치  https://myprograming.tistory.com/2

 

Node.js설치

본인 컴퓨터 환경에 맞는 Node.js 다운로드 및 설치 https://nodejs.org/ko/download 다운로드 | Node.js Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. nodejs.org

myprograming.tistory.com

 

 

   2. visual studio code 설치 https://code.visualstudio.com/download

 

Download Visual Studio Code - Mac, Linux, Windows

Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. Download Visual Studio Code to experience a redefined code editor, optimized for building and debugging modern web and cloud applications.

code.visualstudio.com

 

반응형

'Front-end > Vue.js' 카테고리의 다른 글

[Eclipse]Springboot+Vue.js vue build하기  (0) 2023.06.19
[VSCODE]VUE 프로젝트 실행하기  (0) 2023.06.16
[VSCODE]VUE CLI설치  (0) 2023.06.16
[VSCODE ]VUE프로젝트 생성하기  (0) 2023.06.14