HerringtonDarkholme / vue-ts-loader

Type-check your script in your vue-loader
MIT License
91 stars 9 forks source link

Is this library still required? #4

Closed davidmoshal closed 7 years ago

davidmoshal commented 7 years ago

referring to your comment:

https://github.com/vuejs/vue-class-component/issues/49

Please use the official ts-loader. Vue support has been merged. https://github.com/TypeStrong/ts-loader#appendtssuffixto-regexp-default

However, this library is still included in your example:

https://github.com/HerringtonDarkholme/vue-ts-example

Thanks

HerringtonDarkholme commented 7 years ago

Is this library still required?

No, you just need ts-loader.

davidmoshal commented 7 years ago

thanks, so in terms of setup, very close to vue-class-component, basically the same libraries with av-ts or vue-class-component.