Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vk/j-nuts-memory


https://github.com/vk/j-nuts-memory

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# JšŸŒ° Memory

A memory game to learn new things. Here I use the nuts example.
https://vk.github.io/j-nuts-memory

## āš ļø Important Note

The app is based on https://github.com/bencodezen/peek-a-vue

## 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/).