Skip to content

pengfu/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