Chapter 15. Developing Vue.js apps with TypeScript
This chapter covers
- A quick intro to the Vue.js framework
- How to jumpstart a new project with Vue CLI
- How to work with class-based components
- How to arrange client-side navigation using the Vue Router
Angular is a framework, React.js is a library, and Vue.js (a.k.a. Vue) feels like a “library plus plus.” Vue (https://vuejs.org) was created by Evan You in 2014 as an attempt to create a lighter version of Angular. At the time of this writing, Vue.js has 155,000 stars and 285 contributors on GitHub. The numbers are high, but Vue is not backed by any large corporation like Angular (Google) or React.js (Facebook).
Vue is a progressive, incrementally adoptable JavaScript framework for building ...
Get TypeScript Quickly now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.