I recently started using Vue3 with Typescript and the process of getting my head round it was interesting. Here is what I found.
The documentation isn’t great and results from research aren’t great. The internet contains a lot of old posts, the Node.js smear of version changes and half complete code examples. Generally it was a nightmare.
I think my biggest complaint was the fact that people would write really beautiful looking examples and then fail to test them so you ended up with code which didn’t work and due to the version progression and constant schema changes in everything from configuration to code layout meant that things which worked 6 months ago no longer work.
I imagine you are in the same position if you are reading this.
So, let’s try to address that.
Ill keep this post and the related posts round Vue3 and Typescript up to date and all linked together so hopefully I won’t be adding to this problem.
See my other articles on Vue3 + Typescript
Vue3 + Typescript – Getting going
