Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lsnepomuceno/vue3-memory-game

A simple memory game with Vue 3 and TypeScript
https://github.com/lsnepomuceno/vue3-memory-game

memory-game typescript vue vuejs

Last synced: 4 days ago
JSON representation

A simple memory game with Vue 3 and TypeScript

Awesome Lists containing this project

README

        

# Vue 3 Memory Game


Memory Game

# Example of using the new Vue 3 Composition API
:heavy_check_mark: only native resources

:x: no Vuex

:x: no Dependencies

[DEMO](https://lsnepomuceno.github.io/vue3-memory-game/)

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn serve
```

### Compiles and minifies for production
```
yarn build
```

### Lints and fixes files
```
yarn lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).