This commit is contained in:
scammo
2021-04-25 12:48:03 +02:00
parent b8f48d5eb3
commit ce2bbaa842
17 changed files with 30159 additions and 1 deletions

View File

@ -1,3 +1,24 @@
# digitale-offline-registration
Dieses Projekt benutzt Vue3. Außerdem brauchst du Node und NPM. Wenn beides installiert ist dann sind folgende Befehle hilfreich:
Die Beste digitale offline registration seit PDFs!
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
By: Scammo