Started a fresh Vue project with TypeScript by following this guide:
https://v2.vuejs.org/v2/guide/typescript.html
If you don't have it installed yet, install Vue CLI using:
npm install --global @vue/cli
Create a new project and choose the "Manually select features" option:
vue create my-project-name
Tested the project with npm run serve
and everything was working smoothly.
Next step was to add vuetify
by running vue add vuetify
https://vuetifyjs.com/en/getting-started/quick-start/
However, encountered some errors:
Error in C:/Test/vue-test/src/main.ts(13,3): 13:3 No overload matches this call. Overload 1 of 3... Explicit link....