https://github.com/vk/j-nuts-memory
https://github.com/vk/j-nuts-memory
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vk/j-nuts-memory
- Owner: VK
- Created: 2022-08-14T20:41:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-06T20:15:16.000Z (over 2 years ago)
- Last Synced: 2025-01-19T09:42:49.604Z (6 months ago)
- Language: Vue
- Size: 12.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).