GitHub - github4shine/vue-2048: An implementation of the 2048 game using Vue 2. Living Demo · GitHub
Skip to content

github4shine/vue-2048

 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

  • JavaScript 69.8%
  • Vue 13.8%
  • CSS 12.5%
  • HTML 2.0%
  • Shell 1.9%