Skip to content
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (8 loc) · 297 Bytes

BUILD.md

File metadata and controls

15 lines (8 loc) · 297 Bytes

Aufsetzen der Umgebung

npm install

Ausführen des DEV-Builds

npm run serve

Ausführen des PROD-Builds

npm run release

Das Ergebnis befindet sind im Ordner ./www.

Der Ordner ./platforms/browser/www kann ignoriert werden, da für die PWA kein Cordova notwendig ist.