Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neofonie/nemory
a simple memory game
https://github.com/neofonie/nemory
javascript memory-game vue vuejs
Last synced: 9 days ago
JSON representation
a simple memory game
- Host: GitHub
- URL: https://github.com/neofonie/nemory
- Owner: Neofonie
- License: mit
- Created: 2018-07-25T11:07:55.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-01-22T07:56:18.000Z (15 days ago)
- Last Synced: 2025-01-22T08:34:06.605Z (15 days ago)
- Topics: javascript, memory-game, vue, vuejs
- Language: Vue
- Homepage: https://neofonie.github.io/nemory/
- Size: 3.71 MB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# nemory
## 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
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).