A Vue based Todo app It's losely based on TodoMvc from Vue but I rewrote it from memory, just to learn and remember better.
The plugin to save to localStorage is copied from the example app.
npm install
npm run serve
npm run build
npm run lint
npm run test:unit