Configuring angularjs with eclipse IDE

前端 未结 9 757
借酒劲吻你
借酒劲吻你 2021-01-29 23:36

I want to start using AngularJs and Java Spring for development purpose.I am using Eclipse as IDE . I want to configure my Eclipse to have these frameworks working seamlessly.

9条回答
  •  孤城傲影
    2021-01-30 00:22

    Configuration worked with Eclipse Mars 4.5 version.

    1) Install Eclipse Mars 4.5 from https://eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/mars2 This comes with Tern and embedded Node.js server

    2) Install AngularJS Eclipse plugin from Eclipse Marketplace

    3) Configure node.js server to the embedded nodejs server within Eclipse (found in the eclipse plugins folder) at Windows-> Preferences -> JavaScript -> Tern -> Server -> node.js. No extra configurations are required.

    4) Test configuration in a html or javascript file. https://github.com/angelozerr/angularjs-eclipse

提交回复
热议问题