Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 630 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 630 Bytes

Deadline-Watcher

This project aims to visualize the next deadlines it gets from a JSON-API (not implemented).

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

JSON structure

The following table describes the required (and optional) JSON-input format.

TBD!

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build