A little demo to show how we can use Vue Scoped Slots to progressively enhance a simple pattern. It hopefully shows how Vue can be sprinkled on existing markup, rather than having to go all in and fully render the front-end with JavaScript.
npm install
npm run serve
npm run build
npm run test
npm run lint
