A minimal concept of a blog made with Vue.js

minimal blog concept with Vue.js #2

Great sources of inspiration can be big open source projects or small ones, like SPAs or showcases. Here we present a minimal concept of a blog, built with Vue.js on CodePen.

The blog features 5 example posts, navigation buttons to go backwars and fowardwards between them, and some pretty cool animations:

If you go through the code of this pen, in the editor view, you can see SVGs are usedfor the logo, all posts come from an array of objects, and switching between posts is managed with four methods all defined in the Vue object.

Minimal blog concept with Vue.js

This pen was created and submitted by @knyttneve.