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: about 1 month ago
JSON representation
An implementation of the 2048 game using Vue 3. Living Demo
- Host: GitHub
- URL: https://github.com/pengfu/vue-2048
- Owner: pengfu
- Created: 2016-09-19T03:26:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T20:15:02.000Z (almost 2 years ago)
- Last Synced: 2024-08-03T09:10:33.873Z (4 months ago)
- Topics: 2048, 2048-game, vue, vue3
- Language: JavaScript
- Homepage: https://pengfu.github.io/vue-2048/
- Size: 702 KB
- Stars: 101
- Watchers: 6
- Forks: 40
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-star - vue-2048
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
```