Closed gtrbarbarian closed 7 years ago
Was excited about this project. Now I am not.
I saw a pull request that accomplish exactly what you are looking for: https://github.com/Microsoft/TypeScript-Vue-Starter/pull/5
Now I am again a bit excited.
I particularly appreciated that pull-request because it adds the ability to use class-component and props-decorator. Any concept of using typecript's type-safe power with vue loses meaning if I can not leverage the type-check within components. Props-decorator and class-component solve that problem by allowing a more deep and profitable use of the typescript language
Everything should work out of the box with Vue 2.5+.
First, I appreciate your work. However, an app starter is much less useful if I have to use your specific fork of vue and vue-router. I'm going to go out on a limb and say that most organizations are not going to want to be tied to another dev's fork, especially one that is customized. Is there a plan for a future build that will work with current builds of Vue? Otherwise, this is a non-solution for most folks.