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

https://github.com/errec/card-game-vue3

Card game using Vue3, Vuex, Zod, TS, Tailwind, Jest
https://github.com/errec/card-game-vue3

Last synced: 6 months ago
JSON representation

Card game using Vue3, Vuex, Zod, TS, Tailwind, Jest

Awesome Lists containing this project

README

          

# Card Game

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Run your unit tests
```
npm run test:unit
```

### Run backend
```
npm run serve:data
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).