Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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