-
Vue 3, TypeScript and webpack
Feb 15, 2022 typescript vue webpack
One of my hobby projects has me wanting to use Vue.js. I started off using a CDN version of Vue along with a dynamic loader for loading individual
Read more....vue
files, but as the project was growing, I was finding it was becoming cumbersome with long load times as individual files were pulled down, plus I also wanted to also introduce TypeScript, so it was time to bring in a compile/bundle step for this part of the project.