mirror of
https://git.schule.click/GymSedan/SISSy.git
synced 2024-11-21 16:55:06 +01:00
26 lines
438 B
Markdown
26 lines
438 B
Markdown
# sissy
|
|
|
|
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/).
|