Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mauricius/vuex-memory-game
Vuex implementation of a Memory game
https://github.com/mauricius/vuex-memory-game
demo jest memory-game tachyons-css vue-cli vuejs2 vuex
Last synced: about 1 month ago
JSON representation
Vuex implementation of a Memory game
- Host: GitHub
- URL: https://github.com/mauricius/vuex-memory-game
- Owner: mauricius
- License: mit
- Created: 2019-01-19T14:30:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-25T20:20:00.000Z (about 6 years ago)
- Last Synced: 2024-11-07T13:42:17.498Z (3 months ago)
- Topics: demo, jest, memory-game, tachyons-css, vue-cli, vuejs2, vuex
- Language: JavaScript
- Homepage: https://mauricius.github.io/vuex-memory-game/
- Size: 369 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Vuex Memory Game
Vuex implementation of a memory game. An attempt compare this approach with the [Redux version](https://github.com/mauricius/redux-memory-game) built a few years ago.
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test:unit
```### Lints and fixes files
```
npm run lint
```### Run your unit tests
```
npm run test:unit
```