Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gkshi/hearthstone-js-backend
https://github.com/gkshi/hearthstone-js-backend
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/gkshi/hearthstone-js-backend
- Owner: gkshi
- Created: 2020-11-22T11:11:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-26T09:57:28.000Z (over 3 years ago)
- Last Synced: 2024-10-17T18:55:18.593Z (19 days ago)
- Language: JavaScript
- Size: 464 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# backend-vue3-js
## Game events
* card-recruited
* hand-card-added
* hand-card-removed## Card events
* recruit
* hand-add
* play
* die
* reborn
* hit
* getting-hit## Project setup
```
npm i
```### Compiles and hot-reloads for development
```
npm run dev
```### Compiles and minifies for production
```
npm run build
```### Start on a remote server after build
```
npm run start
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).