/vue-2048

An implementation of the 2048 game using Vue 2. Living Demo

Primary LanguageJavaScript

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