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

https://github.com/mammad2c/slot-machine


https://github.com/mammad2c/slot-machine

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Slot Machine

Technologies:

- TypeScript
- Vue 3
- Vuetify
- Pinia
- Vitest
- Vue Testing Library
- vue-docgen-cli

## Project setup

Requires:

- Node 16.20 or above
- PNPM 8 or above

```
# pnpm
pnpm install
```

### Compiles and hot-reloads for development

```
# pnpm
pnpm dev
```

### Compiles and minifies for production

```
# pnpm
pnpm build
```

### Tests

```
pnpm test:unit

# in watch mode
pnpm test:unit:watch
```

---

You can see other scripts inside the `package.json`.

### Customize configuration

See [Configuration Reference](https://vitejs.dev/config/).