johnsoncodehk / volar-starter

Full TypeScript support template for Vue 3 + Vite
73 stars 28 forks source link

What are the differences between this and the default template #2

Closed ssipos90 closed 3 years ago

ssipos90 commented 3 years ago

Hi,

How is this template different specifically?

Tnx

johnsoncodehk commented 3 years ago

It just preset some settings to show Volar as recommend, enable TS plugin and add vue-tsc for command line type-checking.

But vite template also add vue-tsc now, I actually plan to deprecate this template, and direction to vite template.

ssipos90 commented 3 years ago

Thanks.