DEV Community

E Meier
E Meier

Posted on

IST 402 Blog - Boilerplates

Commonalities Between Boilerplate Code

While I can only currently compare VueJs and Angular from our repository, it seems that there are some similarities between the boilerplate codes. Both seem to have a decent amount of informational documentation type text that shows different features and simple directions for getting started which makes sense since boilerplate code is supposed to be a standard starting point. Also, both seem to have an extremely large amount of dependencies that were downloaded.

Which is the easiest DX to get going?

Out of the two it seemed that VueJS is better for easier/smaller-scale projects whereas if you are interested in creating something more complex, Angular would be the best choice. Personally, I do not think I am at the coding level to be creating complex projects so VueJS seems like the best choice for me.

Links

VueJS Boilerplate:
Repository:

Top comments (0)