DEV Community

Discussion on: Why VueJs is the next big thing - a personal perspective

Collapse
 
genster profile image
Ryan Cole

Another point here I haven't heard much about is build time. Angular builds take an insane amount of memory and are anything but fast. Every CI machine I've had to run angular builds or required extra memory. It will straight up max out 4gb of memory even for basic builds. My app right now, which is middle-sized takes 9 minutes to build in CI. That's insane! That's like compiling something from c. Another app of mine built in Vue of comparable size takes 2.5 mins.

Collapse
 
fullstackcodr profile image
fullstackcodr

Indeed, this happens usually when you build for production, you are right. Thanks for your comment.