OpenDTU/webapp
Thomas Basler c2de7dbdb8 webapp: Send X-Requested-With header for all requests
This prevents browser password dialogs in all cases
2022-11-07 18:49:36 +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 webapp: Send X-Requested-With header for all requests 2022-11-07 18:49:36 +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 Password protection for security settings API 2022-11-03 21:00:13 +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: Use scss instead of css 2022-11-02 20:39:18 +01:00
yarn.lock Password protection for security settings API 2022-11-03 21:00:13 +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