Game of Life in Pixels: an implementation of Conway's Game of Life using vue. Project is minimal enough but works, currently it picks a random color from three for every new living cell per generation. Next generation is generated by clicking the button.
npm install
npm run serve
npm run build
npm run lint
npm run test:unit
https://markus.oberlehner.net/blog/how-to-structure-a-complex-vuex-store/