CI Server for angular applications?

조회수 22회
읽지 않은 첫 메시지로 건너뛰기

Tito

읽지 않음,
2017. 8. 11. 오후 12:34:1817. 8. 11.
받는사람 Angular and AngularJS discussion
Hello,

What have you found to be a good CI server for deploying your angular apps to production? 

Thanks!

Sander Elias

읽지 않음,
2017. 8. 12. 오전 7:07:2517. 8. 12.
받는사람 Angular and AngularJS discussion
Hi Tito,

The AngularJS team uses Jenkins. Travis or circle CI should do fine for Angular from version 2 and up. 
Also, you should see this talk from my friend Raul

Regards
Sander

Tito

읽지 않음,
2017. 8. 15. 오후 12:14:4717. 8. 15.
받는사람 Angular and AngularJS discussion
Thanks!

I was wondering how webpack fits into this whole CI thing and Jenkins. I have been digging into webpack more and it seems to be an amazing option for building my bundles. so amazing!!!

Juri Strumpflohner

읽지 않음,
2017. 8. 16. 오전 3:10:0717. 8. 16.
받는사람 Angular and AngularJS discussion
Well you can think of webpack as the compiler. Jenkins (or any other tool like Travis, CircleCI,..) are the tools that drive the whole build process like fetching the corresponding source from the git repo, then invoking the according webpack command to build and create the bundle, then invoking some other command for maybe running your unit tests & finally then deploying ur built bundles somewhere (on NPM, ur prod server,...)

Hope it helps :)

전체답장
작성자에게 답글
전달
새 메시지 0개