4-Channel Electrolyzer (Reimagined) Frontend
  • Vue 64.2%
  • TypeScript 32.7%
  • JavaScript 2.3%
  • HTML 0.5%
  • SCSS 0.3%
Find a file
2026-03-12 11:12:43 +01:00
public Initial commit 2025-12-22 14:29:13 +01:00
src Use setpoint min max 2026-03-12 11:12:43 +01:00
.browserslistrc Initial commit 2025-12-22 14:29:13 +01:00
.editorconfig Initial commit 2025-12-22 14:29:13 +01:00
.eslintrc-auto-import.json Initial commit 2025-12-22 14:29:13 +01:00
.gitignore Initial commit 2025-12-22 14:29:13 +01:00
env.d.ts Initial commit 2025-12-22 14:29:13 +01:00
eslint.config.js Linter auto fix 2025-12-28 16:45:55 +01:00
index.html Dashboard sensor display 2025-12-27 19:15:34 +01:00
package.json Generated P&ID view 2026-03-09 09:43:06 +01:00
pnpm-lock.yaml Generated P&ID view 2026-03-09 09:43:06 +01:00
README.md Vue setup readme 2025-12-26 12:19:39 +01:00
tsconfig.app.json Initial commit 2025-12-22 14:29:13 +01:00
tsconfig.json Initial commit 2025-12-22 14:29:13 +01:00
tsconfig.node.json Initial commit 2025-12-22 14:29:13 +01:00
vite.config.mts Generated P&ID view 2026-03-09 09:43:06 +01:00

4-channel Electrolyzer Frontend

Web GUI for managing CO2 Electrolyzer test stations. Made with Vue + Vuetify + Typescript.

Setup

This project was created with Node v24.12.0 LTS.

Install dependencies:

corepack enable pnpm
pnpm install

Launch development server:

pnpm dev 

Build with:

pnpm build