https://github.com/mammad2c/slot-machine
https://github.com/mammad2c/slot-machine
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mammad2c/slot-machine
- Owner: mammad2c
- Created: 2023-07-20T20:10:50.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-24T12:08:09.000Z (almost 3 years ago)
- Last Synced: 2025-01-04T03:27:42.310Z (over 1 year ago)
- Language: TypeScript
- Size: 314 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).