Skip to content

Files

Latest commit

b522caf · Feb 3, 2025

History

History

webapp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 17, 2022
Apr 24, 2024
Dec 31, 2024
Aug 9, 2023
Jul 5, 2024
Aug 5, 2024
Oct 8, 2024
Oct 5, 2024
Nov 23, 2023
Feb 3, 2025
Sep 16, 2024
Sep 16, 2024
Nov 5, 2024
Feb 3, 2025

OpenDTU web frontend

You can run the webapp locally with yarn dev. If you enter the IP of your ESP in the vite.user.ts beforehand (template can be found in vite.config.ts), all api requests will even be proxied to the real ESP. Then you can develop the webapp as if it were running directly on the ESP. The yarn dev also supports hot reload, i.e. as soon as you save a vue file, it is automatically reloaded in the browser.

Project Setup

yarn install

Compile and Hot-Reload for Development

yarn dev

Type-Check, Compile and Minify for Production

yarn build

Lint with ESLint

yarn lint