How to build a hexagon using Vue and SVG
Lately I have been more interested in the reactivity of VueJS to generate svg shapes as components. Components offer a fantastic way to re-use code and also share functionality between apps and/or services. I found a nice little utility csshexagon.com made by Brenna github.com/b ...