https://github.com/eduardo-da-silva/simon
A VueJS version of Simon Game.
https://github.com/eduardo-da-silva/simon
games javascript simon vuejs
Last synced: about 1 month ago
JSON representation
A VueJS version of Simon Game.
- Host: GitHub
- URL: https://github.com/eduardo-da-silva/simon
- Owner: eduardo-da-silva
- Created: 2021-06-02T19:49:12.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-14T05:27:54.000Z (over 3 years ago)
- Last Synced: 2025-06-11T11:25:40.820Z (12 months ago)
- Topics: games, javascript, simon, vuejs
- Language: JavaScript
- Homepage:
- Size: 2.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simon
## Project 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/).