DEV Community

michaelzwhang
michaelzwhang

Posted on

Boilerplates

There are several similarities that can be identified among the four boilerplates that we're looking at in class - React, Stencil.js, Vue.js, and Angular. The components within each seem to be a commonality for these frameworks - they all contain and utilize CSS, HTML, and JavaScript files. Additionally, they all are heavily reliant on many dependencies. Between VueJS and Angular however - they are only a handful of files that can be found in both, such as package.json. Both also involve an index.html file.

In my personal opinion, between VueJS and Angular, I believe that VueJS is the best pick if you're just getting started. Because of the fact that the Angular boilerplate has more complexities and a lot more to it. If I were assigned to have a web application built tomorrow - VueJS would be the one that I would have to pick. VueJS involves these visual components which are easy to pick up and integrate into your work.

Viable Slime Organization Repo:
https://github.com/Viable-Slime/BoilerPlate

Angular Repo:
https://github.com/jbutko/AngularJS-Boilerplate

Top comments (0)