Adding Vue.js Javascript/Typescript Starter templates

A lot of crypto front-ends use Vue.js as it is a very approachable front-end framework, particularly for those of us with pre-existing html knowledge.

In DeFi in particular, 30-40% of front-ends use Vue.js (Balancer, Abracadabra etc.).

Adding two commands (mirroring the Create-React-App commands) would be a great way to get started:

npx thirdweb create -t vue-javascript-starter

npx thirdweb create -t vue-typecript-starter

These should run create-vue in the background (which uses Vite) as it is the recommended way of bootstrapping a Vue project.