https://github.com/andria-dev/battle-cards
Battle Cards is a card fighting game built with Vue.
https://github.com/andria-dev/battle-cards
Last synced: 3 months ago
JSON representation
Battle Cards is a card fighting game built with Vue.
- Host: GitHub
- URL: https://github.com/andria-dev/battle-cards
- Owner: andria-dev
- Created: 2018-08-29T17:14:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-22T18:40:29.000Z (over 7 years ago)
- Last Synced: 2025-01-28T10:47:10.083Z (over 1 year ago)
- Language: Vue
- Homepage: https://chrisbrownie55.github.io/battle-cards
- Size: 688 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# battle-cards
## 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
```