https://github.com/bitbravo/wagergame
Wagergames
https://github.com/bitbravo/wagergame
bootstrap google-chat nodejs vuejs vuetify vuex
Last synced: 8 months ago
JSON representation
Wagergames
- Host: GitHub
- URL: https://github.com/bitbravo/wagergame
- Owner: BitBravo
- Created: 2019-06-14T05:55:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-19T19:57:30.000Z (about 6 years ago)
- Last Synced: 2025-01-02T04:27:52.886Z (10 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

## 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```