Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bitbravo/wagergame
Wagergames
https://github.com/bitbravo/wagergame
bootstrap google-chat nodejs vuejs vuetify vuex
Last synced: 5 days ago
JSON representation
Wagergames
- Host: GitHub
- URL: https://github.com/bitbravo/wagergame
- Owner: BitBravo
- Created: 2019-06-14T05:55:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-19T19:57:30.000Z (over 5 years ago)
- Last Synced: 2024-07-30T18:52:22.309Z (4 months ago)
- Topics: bootstrap, google-chat, nodejs, vuejs, vuetify, vuex
- Language: JavaScript
- Homepage:
- Size: 49.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wagergames
![screen](src/assets/screen.png)
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Lints and fixes files
```
yarn run lint**IF ENCOUNTERING ERRORS**
First,
npm un node-sass
// or
yarn remove node-sass
Then,npm i node-sass --save-dev
// or
yarn add node-sass --devTHEN
npm install```