DEV Community

Liam Kirkland
Liam Kirkland

Posted on

IST402 - Boilerplates

Commonalities between Boilerplates

Between the boilerplates, there are a couple off files that carry over between the two (VueJS and Angular are the only two I can currently compare) such as package.json. Both have a lot of extra files used to hold dependencies or information. Both also contain an index.html file within their source code. Outside of that the Angular boilerplate has a lot more going on within it.

Which Seems Easier/My Choice

Between VueJS and Angular, VueJS seems a lot simpler/easier DX. I would definitely start with using VueJS if I were to start a project tomorrow. I have very limited experience with Web Dev, so I'd prefer to stick with the easier one to get started (VueJS).

Org Github
Angular Repo

Top comments (0)