Installing TypeScript, Transpiling and Watching Files - TypeScript: The Vue Parts, Part 2

Get started with TypeScript! Learn how to install TypeScript, transpile your code to Javascript, use the watch command, solve some common issues that crop up while starting out, and learn how to use VSCode to make your workflow smoother. There are lots more transpilation options you could play with, but this will be just enough to let you start writing TypeScript and experimenting with the language. Watch this video and more on VueScreencasts: LINKS Install and
Back to Top