vue-2048 An implementation of the 2048 game using Vue 2. This is a clone of 2048-react.What I do is re-implementing it using Vue 2,Webpack and SASS. Living Demo https://pengfu.github.
Tic Tac Toe A little experiment in Collab Mode. Built together with @JonasKuiler to explain some basic Vue.js stuff codepen See the Pen Tic Tac Toe by Tim Rijkse (@timrijkse) on CodePen.
Interactive Developer Desk with Vue.js Try to find out what's interactive and how to escape! Fun mini application made with pure CSS images and Vue.js. codepen demo See the Pen Interactive
VueGo A Vue.js Go Game live demo You can play test the game here: http://petejohanson.github.io/vuego/ Build Setup # install dependencies npm install # serve with hot reload at localhost:8080
vue2048 The 2048 game in Vue.js This is based on 2048 by Gabriele Cirulli, and it uses some code from his repos about the keybinding, touch events, and the css styling. The