edit: The reason I ask is because I am learning Vue for single page applications, so if I can just use Typescript instead of Javascript straight away I would like to do that. I have very little experience with either.
Ya, it compiles to regular js files. It looks like vue fully supports typescript, and you can generate a typescript project with the vue cli: https://vuejs.org/v2/guide/typescript.html
If you already know js, typescript is very easy. Here’s the 5 minute tutorial.
What does it compile into? Regular JS files?
edit: The reason I ask is because I am learning Vue for single page applications, so if I can just use Typescript instead of Javascript straight away I would like to do that. I have very little experience with either.
Ya, it compiles to regular js files. It looks like vue fully supports typescript, and you can generate a typescript project with the vue cli: https://vuejs.org/v2/guide/typescript.html
If you already know js, typescript is very easy. Here’s the 5 minute tutorial.