OpenDTU/webapp
dependabot[bot] e0a6d2732e
Bump @typescript-eslint/parser from 5.29.0 to 5.32.0 in /webapp
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.29.0 to 5.32.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.32.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-06 01:30:15 +00:00
..
public webapp: beautify favicon 2022-05-30 22:06:13 +02:00
src Add support for MQTT TLS 2022-08-06 00:14:44 +02:00
.gitignore webapp: Added initial vue app 2022-04-11 21:48:12 +02:00
babel.config.js webapp: Added initial vue app 2022-04-11 21:48:12 +02:00
package.json Bump @typescript-eslint/parser from 5.29.0 to 5.32.0 in /webapp 2022-08-06 01:30:15 +00:00
README.md webapp: Added initial vue app 2022-04-11 21:48:12 +02:00
tsconfig.json webapp: Upgrade from Javascript to TypeScript 2022-06-21 20:16:37 +02:00
vue.config.js Rename data folder to webapp_dist 2022-06-22 23:16:45 +02:00
yarn.lock Bump @typescript-eslint/parser from 5.29.0 to 5.32.0 in /webapp 2022-08-06 01:30:15 +00:00

opendtu

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.