Using TypeScript with Vue Single File Components

1 · · Sept. 3, 2019, midnight
You might be asking yourself, “What is TypeScript”? Well, it’s one of the fastest growing programming languages that’s what! It’s a JavaScript superset created by Microsoft and turns the loosely typed language into strictly typed one; basically, it’s ES6 with optional type declarations. If you’re unsure where to start with TypeScript, I encourage you to read more about it. With that said, it’s never been a better time to start using TypeScript in your Vue.js projects. Evan You stated that, Vue.j...