Configuring angularjs with eclipse IDE

前端 未结 9 949
借酒劲吻你
借酒劲吻你 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-29 23:58

    1. Make sure the project is extracted on your hard disk.
    2. In Eclipse go to the menu: File->New->Project.
    3. Select "General->Project" and click on the next button.
    4. Enter the project name in the "Project name:" field
    5. Disable "Use default location" Click on the "Browse ..." button and select the folder that contains the project (the one from step 1)
    6. Click on the "Finish" button
    7. Right-click with the mouse on you're new project and click "Configure->Convert to AngularJS Project.."
    8. Enable you're project goodies and click on the "OK" button.

提交回复
热议问题