vue-2048
vue-2048 copied to clipboard
An implementation of the 2048 game using Vue 3. Living Demo
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