Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/renzocarara/vuememo
esercizio in Vue con gestione dello stato tramite "vuex" - gioco di memoria
https://github.com/renzocarara/vuememo
game vue vuex
Last synced: 3 days ago
JSON representation
esercizio in Vue con gestione dello stato tramite "vuex" - gioco di memoria
- Host: GitHub
- URL: https://github.com/renzocarara/vuememo
- Owner: renzocarara
- Created: 2020-05-11T19:44:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T05:38:25.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T10:11:24.683Z (over 1 year ago)
- Topics: game, vue, vuex
- Language: Vue
- Homepage: https://renzocarara.github.io/vuememo/
- Size: 1.81 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vuememo
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).