The Wayback Machine - https://web.archive.org/web/20201111210156/https://github.com/pengfu/vue-2048
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

README.md

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
You can’t perform that action at this time.