Popular 2048-Game implemented using Vue

Popular 2048-Game implemented using Vue

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.io/vue-2048/ GitHub

vue-2048

This is a clone of 2048-react.What I do is re-implementing it using Vue 2,Webpack and SASS. Here is the living demo

Install the dependencies

npm install

Run the dev server with hot reload at localhost:8080

npm run dev

Build the app for production

npm run build

Github Repository

Tags: #VueJs #Games