Use TypeScript to Develop Vue.js Web Applications

Use TypeScript to Develop Vue.js Web Applications

TypeScript is a powerful JavaScript superset which brings you first-class static type-checking along with latest ECMA Script features. Vue is one of the most modern libraries for managing the view layer.


Angular has fully adopted TypeScript as its language, and React has broad support for it. But, what about Vue?


This course will show how to take full advantage of TypeScript static typing on Vue apps by using class based components, typing directives and using decorators.