https://github.com/pvestal/turnbased
Vue+Vuetify+Firebase Turn-based
https://github.com/pvestal/turnbased
firebase game turn-based vue vuetify
Last synced: about 2 months ago
JSON representation
Vue+Vuetify+Firebase Turn-based
- Host: GitHub
- URL: https://github.com/pvestal/turnbased
- Owner: pvestal
- Created: 2019-06-10T18:14:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T12:39:43.000Z (over 2 years ago)
- Last Synced: 2024-10-23T22:16:23.523Z (6 months ago)
- Topics: firebase, game, turn-based, vue, vuetify
- Language: JavaScript
- Homepage: https://this-touch.firebaseapp.com/
- Size: 918 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# turnbased
## 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/).