* chore: Update FUNDING.yml with new ko-fi username (cherry picked from commit d8d27b63a9ed58edbc470d1e65ae7a5766a49591) * chore: Update PR template link to point to the correct repository (cherry picked from commit f8e3f34344cddd54d1939274c207f1d14225aff3) * feat: Add .vscode/extensions.json to .gitignore * chore: Update FUNDING.yml with new ko-fi username (cherry picked from commit d8d27b63a9ed58edbc470d1e65ae7a5766a49591) * chore: Update PR template link to point to the correct repository (cherry picked from commit f8e3f34344cddd54d1939274c207f1d14225aff3) * feat: Add .vscode/extensions.json to .gitignore --------- Co-authored-by: depilzma <marco.pilz@ifm.com> |
||
|---|---|---|
| .. | ||
| .vscode | ||
| public | ||
| src | ||
| .gitignore | ||
| .prettierrc.json | ||
| env.d.ts | ||
| eslint.config.js | ||
| index.html | ||
| package.json | ||
| README.md | ||
| tsconfig.config.json | ||
| tsconfig.json | ||
| vite.config.ts | ||
| yarn.lock | ||
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