Tag: 'vue 3'

Revisiting Multiple Vue Projects
Revisiting Multiple Vue Projects
November 15, 2020

I've talked about how the term SPA annoys me. I think that client-side frameworks are great for expanding websites, not replacing them. With that in mind, I like the idea of a handful of client-side apps enhancing websites, but not every framework makes that easy.

A Month with Vue 3
A Month with Vue 3
June 28, 2020

In my spare time, I've been working on a micro-services example to try and make a minimum viable micro-service using ASP.NET Core. To make things that much harder, I've also decided to use Vue 3 for the front end. In for a penny, in for a pound.

Vue 3's Global Mounting
Vue 3's Global Mounting
May 17, 2020

As Vue 3 continues it's relentless Beta drive (with almost daily Beta builds), all of us Vue developers have to get ready for changes. The one I want to mention today is the changes in mounting a new Vue object.