The Vue architecture that worked for me. (in small and large apps)

Eder Negrete
5 min readOct 9, 2017
source: http://blog.stunited.org

Hi, I want to share with you the way that I’ve been working on Vue.js. Some of the practices that have worked for me, this can actually fit on a lot of frameworks (some parts), like React.js, Polymer or Angular.

1.- Components

1.1.- Make a Component, not a swiss knife
Visual components must follow some rules. A…

--

--