Skip to content

Conradowatz/sneakprognose-client

Repository files navigation

SneakPrognose.de Web Frontend

The is the web frontend for sneakprognose.de written in Vue 3. The backend code can be found here.

Recommended IDE Setup

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

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint