microsoft / TypeScript-Vue-Starter

A starter template for TypeScript and Vue with a detailed README describing how to use the two together.
MIT License
4.45k stars 591 forks source link

Add precondition to readme. #55

Open mesqueeb opened 6 years ago

mesqueeb commented 6 years ago

I'm an experienced JS and VueJS developer, but I have no experience with TypeScript. I require to learn TypeScript, but I'm not sure if this is the best starting point.

That's why I was thinking: It would be great if the top of this readme could say something in the lines of: "This Starter requires basic knowledge of TypeScript. To get this basic knowledge please follow the short guide at .............., then come back here!" Then add a url to a short guide we can tackle first!

Or would that be too idealistic? : D

Either way I'd love to know any url with a good recommended short guide with basic knowledge I should know on beforehand. I have watched a couple of seminars on TypeScript but I'm feeling it hasn't hit me yet. And there are a lot of very mediocre written guides...

Anyway good job!