Erster Prototyp

This commit is contained in:
2021-10-25 17:24:56 +02:00
parent 63061f57aa
commit a03c79dc5b
12 changed files with 27659 additions and 1 deletions

View File

@@ -1,3 +1,26 @@
# aman-web
Contains the Web-UI for AMAN
Contains the Web-UI for AMAN
## 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
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).