"If you love TypeScript: Angular"
I would add an "(or Vue)" to this. When I first started out with Vue a month ago, there were some weird idiosyncrasies with typescript (IMHO). But the latest updates to "vue-class-component" and "vue-property-decorator" have fixed most of them.
tip: I believe they're still working on a good option in the current CLI (https://github.com/vuejs/vue-cli/issues/263) but one of the templates linked in that post (https://github.com/johnlindquist/vue-typescript-simple) is almost perfect (I had to make the following change that's in one of the reported issues: https://github.com/johnlindquist/vue-typescript-simple/issue...).