I've dreaded the npm install command for a while now and most of my grief was caused by node-sass. I finally took the time to remove it in favor of dart-sass and I couldn't be happier. Let's talk about why and how in this post....
Vue router dirty checking before navigation
Ever lost some data because a website didn't ask if you wanted to save your changes? That's frustrating. Learn how to implement dirty checking before navigation using Vue and typescript in this post...
Simple Vue directive for hotkeys
vue-mouseless is a tiny Vue directive for hotkey handling using mousetrap....
Tips and tricks for vue with typescript
My top 5 Vue tips and tricks for an easier and faster development experience...