Vue's "default" way of doing things is plain JavaScript or Babel if you're using the vue-cli templates.
However, with Vue 2 TS typings ship with the packages according to the final comment in this: https://github.com/vuejs/vue/issues/478 so I'd assume TS is officially supported.
Comments
That's really nice, but I didn't find any examples of TS + Vue in all three repos though. Guess I'll play around with it in the weekend.
Vue's "default" way of doing things is plain JavaScript or Babel if you're using the vue-cli templates.
However, with Vue 2 TS typings ship with the packages according to the final comment in this: https://github.com/vuejs/vue/issues/478 so I'd assume TS is officially supported.