OpenDTU/webapp
Thomas Basler 69b675bc64 BREAKING CHANGE: Structure WebAPI /api/livedata/status changed
The different inverter data are now in a subobject called "inverters".
This is required to extend the API by other data then the inverter values
2022-11-01 15:04:05 +01:00
..
.vscode webapp: Migrated from vue-cli to vite 2022-10-17 19:26:04 +02:00
public webapp: Migrated from vue-cli to vite 2022-10-17 19:26:04 +02:00
src BREAKING CHANGE: Structure WebAPI /api/livedata/status changed 2022-11-01 15:04:05 +01:00
.eslintrc.cjs webapp: Migrated from vue-cli to vite 2022-10-17 19:26:04 +02:00
.gitignore webapp: Migrated from vue-cli to vite 2022-10-17 19:26:04 +02:00
env.d.ts webapp: Migrated from vue-cli to vite 2022-10-17 19:26:04 +02:00
index.html webapp: Migrated from vue-cli to vite 2022-10-17 19:26:04 +02:00
package.json webapp: Update dependencies 2022-10-31 14:41:20 +01:00
README.md webapp: Migrated from vue-cli to vite 2022-10-17 19:26:04 +02:00
tsconfig.config.json webapp: Migrated from vue-cli to vite 2022-10-17 19:26:04 +02:00
tsconfig.json webapp: Migrated from vue-cli to vite 2022-10-17 19:26:04 +02:00
vite.config.ts webapp: Migrated from vue-cli to vite 2022-10-17 19:26:04 +02:00
yarn.lock Fixed missing yarn.lock 2022-10-31 15:37:34 +01:00

opendtu

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