Github : 3rd most starred among all projects in 2016
<template> <div class="list-container"> <ul v-if="items.length"> <li v-for="item in items"> {{ item.name }} </li> </ul> <p v-else>No items found.</p> </div> </template>
State management library for VueJS
...
A starter kit with : Vue 2, Vuex, Vue-router and Webpack 2.
By Julien Herpin
// WIP