Vue Vuex REST TodoMVC example

I could not find a good example of a TodoMVC that uses in-memory data store (like Redux or Vuex) that is synchronized against a REST backend, so I put together this example. It is based on the simples