Files
MauMau-Client/README.md
DTieman e059fc347c
Some checks failed
Build Mau & Deploy Mau / build (push) Failing after 46s
Build Mau & Deploy Mau / deploy (push) Has been skipped
Vue rewrite
2024-07-14 16:28:46 +02:00

33 lines
383 B
Markdown

# MauMau-Client-Vue
## Env variables
```env
VITE_API_ENDPOINT=http://{url}:{port}
VITE_WEBSOCKET_ENDPOINT=ws://{url}:{port}
```
## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Type-Check, Compile and Minify for Production
```sh
npm run build
```
### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```