ricardobalk / ricardobalk.nl

My personal website, made with Nuxt 3 (Vue 3), TypeScript & TailwindCSS
https://ricardobalk.nl
ISC License
0 stars 0 forks source link

Split TypeScript from Vue SFCs #84

Closed ricardobalk closed 3 years ago

ricardobalk commented 3 years ago

TypeScript files should be splitted from the Vue SFCs.

ricardobalk commented 3 years ago

Done. Although I already moved my own code to TypeScript, the default VuePress theme files included a lot of JavaScript. And as it's easier now to filter out .js files, the next step is to transform those files into TypeScript as well. Separate issue will be opened for that.

ricardobalk commented 3 years ago

Just tested everything, build inside Docker is successful, website still works.