How To Create a Dynamic Alias for Vue in Vite

I worked around the issue but setting up a Vite/Rollup alias for Vue that was dynamic based on if I was building for production or in dev mode »

My Notes on Migrating from Vue CLI to Vite

This is the second part of a series documenting my notes from migrating a Vue.js application to Vue 3 + Vite. »

My Notes on Migrating to Vue 3

I recently migrated a small application from Vue 2 to Vue 3 and wanted to record my notes here for future reference. »

Exploration in Unit Testing Vue.js Components

This post is some notes on things I learned during my initial exploration with unit testing Vuex components »

Using Vue CLI 3 with a Coldbox Application

The Vue CLI is a great tool for developing Vue.js applications but I wanted to see how it could be integrated into an application with a CFML/Coldbox back-end. »

OWASP TOP 10 2017 A2-Broken Authentication: Password Guidance

One of the recommendations I mention in OWASP TOP 10 2017 A2-Broken Authentication: Password Requirements is to provide guidance to your users when creating passwords. Here I attempt to explore some ways of implementing feedback to users on the strength of their passwords. »

Notes on Migrating from Vue.js 1.x

I have been refactoring a Coldbox application as a Single Page Application using Vue.js using »