SISSy/README.md

27 lines
438 B
Markdown
Raw Permalink Normal View History

# sissy
2021-11-11 22:45:08 +01:00
Anzeigesystem für Stunden- und Vertretungsplan (aus Untis-Dateien), Nachrichten (aus Newsfeed) und Kalender (aus ICS).
## 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/).