This commit is contained in:
cnachtigall1991
2021-10-04 14:46:46 +02:00
commit 88881d0486
18 changed files with 9084 additions and 0 deletions

24
README.md Normal file
View File

@@ -0,0 +1,24 @@
# csgowtf
## Project setup
```
pnpm install
```
### Compiles and hot-reloads for development
```
pnpm run serve
```
### Compiles and minifies for production
```
pnpm run build
```
### Lints and fixes files
```
pnpm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).