Javascript web app and Java server, build all in Maven or use Grunt for web app?

前端 未结 5 1619
逝去的感伤
逝去的感伤 2021-01-29 17:50

We are doing a web application with AngularJS and we like the idea of using Bower for Dependency Management and Grunt for building, running tests etc. (Yeoman)

The serve

5条回答
  •  鱼传尺愫
    2021-01-29 18:12

    You might want to checkout http://jhipster.github.io/ : it's a Yeoman generator, that generates an application which has Maven, Grunt and Bower all working together.

    It's a bit like your third option, but everything is configured for you, which isn't that easy. It's also generating the basic AngularJS and Java REST services for you.

提交回复
热议问题