A game of life html page powered by Vue components.
Made with the Vue webpack template.
Just check the github page with the game. So cool :-D!
Those kind of things should be made with canvas. This is just a project to explore Vue.
# install dependencies
yarn || npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report