No description
Find a file
z1glr 0a729a26e1
All checks were successful
Build and push packages / build-and-push-image (push) Successful in 5m33s
added buildx to build.yaml
2026-01-26 23:52:23 +01:00
.forgejo/workflows added buildx to build.yaml 2026-01-26 23:52:23 +01:00
app added cosphi to dasm calculator 2025-12-03 22:40:27 +01:00
assets/css fixed text, typing and double ids 2025-10-03 15:00:52 +02:00
public changed favicon color to white 2025-09-23 20:05:59 +02:00
server added page for calculating water flow with equivalent heat to glycol flow 2025-09-30 13:44:01 +02:00
.dockerignore remade dockerfile file pnpm 2025-12-03 23:07:54 +01:00
.gitignore init 2025-08-27 14:13:04 +02:00
.prettierrc added prettier-config 2025-09-19 16:55:55 +02:00
components.json adjusted design of radiogroupitem 2025-09-19 16:57:21 +02:00
Dockerfile remade dockerfile file pnpm 2025-12-03 23:07:54 +01:00
eslint.config.mjs added card for dasm-leistung 2025-09-18 11:34:51 +02:00
nuxt.config.ts prepared for datenschutz and impressum 2025-09-22 22:49:46 +02:00
package.json added link to github 2025-12-03 22:36:33 +01:00
pnpm-lock.yaml changed to pnpm 2025-12-03 22:36:49 +01:00
pnpm-workspace.yaml changed to pnpm 2025-12-03 22:36:49 +01:00
README.md init 2025-08-27 14:13:04 +02:00
tsconfig.json added card for dasm-leistung 2025-09-18 11:34:51 +02:00

Nuxt Minimal Starter

Look at the Nuxt documentation to learn more.

Setup

Make sure to install dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.