Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/pengfu/vue-2048

An implementation of the 2048 game using Vue 3. Living Demo
https://github.com/pengfu/vue-2048

2048 2048-game vue vue3

Last synced: 8 days ago
JSON representation

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

Lists

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
```