2021-11-13 14:33:18 +01:00
|
|
|
# sissy
|
2021-11-11 22:45:08 +01:00
|
|
|
|
2023-10-25 16:26:53 +02:00
|
|
|
Anzeigesystem für Stunden- und Vertretungsplan (aus Untis-Dateien), Nachrichten (aus Newsfeed) und Kalender (aus ICS).
|
|
|
|
|
2021-11-13 14:33:18 +01:00
|
|
|
## 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/).
|