Files
dttmr-fe/README.md
T
2026-08-14 13:01:11 +02:00

525 B

dttmr-fe

A offline-first progressive web app written with Vue

Including user authorization (using JWT), shared lists and a sandbox for myself to experiment with Go and TypeScript/Vue.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint