Skip to content
forked from pengfu/vue-2048

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

Notifications You must be signed in to change notification settings

adri273/vue-2048

 
 

Repository files navigation

vue-2048

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

Install the dependencies

yarn

Run the dev server with hot reload at localhost:3000

yarn dev

Build the app for production

yarn build

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 37.5%
  • CSS 26.8%
  • Vue 25.8%
  • HTML 5.9%
  • Shell 4.0%