Unlikenesses A Backend Developer
vue loader modals29 June 2017
Vue's example modal component is pretty good, but what if we're using vue-loader and want the same functionality? This is my solution…
git forgetfulness22 June 2017
Another git problem: I come back to a project after a few days and start working on some fixes (I don't bother creating new branches for…
vue transitions21 June 2017
To fade between pages in vue-router is pretty simple. The transition component can be used to wrap the router-view component. But there's a…
multiple remotes12 June 2017
Problem: I'm working on a project that will eventually be open-source, but until I get it to a presentable state I want to store its code in…