# vue-2048 **Repository Path**: andy_frg/vue-2048 ## Basic Information - **Project Name**: vue-2048 - **Description**: https://github.com/Andy-Frg/vue-2048.git - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-19 - **Last Updated**: 2025-09-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README vue-2048 ========== This is a clone of [2048-react](https://github.com/IvanVergiliev/2048-react).What I do is re-implementing it using [Vue 3.x](https://cn.vuejs.org/),[Vite](https://github.com/vitejs/vite/) and [SASS](http://sass-lang.com/). **Here is the [living demo](https://pengfu.github.io/vue-2048/)** ### Install the dependencies ```bash yarn ``` ### Run the dev server with hot reload at localhost:3000 ```bash yarn dev ``` ### Build the app for production ```bash yarn build ```