Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lsnepomuceno/vue3-memory-game
- Owner: lsnepomuceno
- Created: 2021-09-30T05:21:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-14T16:32:52.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T11:11:22.722Z (about 1 month ago)
- Topics: memory-game, typescript, vue, vuejs
- Language: Vue
- Homepage: https://lsnepomuceno.github.io/vue3-memory-game/
- Size: 1.29 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue 3 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/).