
6/29/2017 · Filipa Lacerda
What this post added
This post details the integration of Vue.js into GitLab's stack, moving from CoffeeScript to EcmaScript 6, and outlines a specific architecture for building small Vue applications with a focus on state management using a service and store pattern. It also discusses strategies for handling complex cases where full Vue.js rewrites are not feasible, employing a mediator pattern to share state and avoid duplicate network calls.