URL Query Parameters with JavaScript, Vue 2 and Vue 3

Originally published at: URL Query Parameters with JavaScript, Vue 2 and Vue 3 - Server Side Up

This is a quick little post that goes through how to get and set URL parameters with vanilla JavaScript and VueJS. I’m going to provide both examples, JavaScript and in the context of VueJS. There are scenarios where you might not be using VueJS and it’s extremely helpful to access these parameters through JavaScript. Working…