Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gkshi/hearthstone-js-backend


https://github.com/gkshi/hearthstone-js-backend

Last synced: 1 day ago
JSON representation

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/).