No description
  • Vue 92.1%
  • TypeScript 5.7%
  • Dockerfile 1.3%
  • JavaScript 0.9%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-06-19 18:42:10 +02:00
.gitea/workflows fix build 2025-06-01 13:19:46 +02:00
components fix: removed text 2025-06-19 18:42:10 +02:00
middleware admon code for results 2025-06-01 16:00:55 +02:00
pages add v3 demands 2025-06-04 20:13:03 +02:00
public add v3 demands 2025-06-04 20:13:03 +02:00
server initial commit 2025-05-30 12:09:23 +02:00
.gitignore initial commit 2025-05-30 12:09:23 +02:00
app.vue add v3 demands 2025-06-04 20:13:03 +02:00
Containerfile fix containerfile 2025-06-01 13:16:38 +02:00
error.vue add color and routing 2025-06-01 11:43:00 +02:00
eslint.config.mjs unify page 2025-05-31 21:05:58 +02:00
nuxt.config.ts add v3 demands 2025-06-04 20:13:03 +02:00
package-lock.json add v3 demands 2025-06-04 20:13:03 +02:00
package.json add v3 demands 2025-06-04 20:13:03 +02:00
README.md initial commit 2025-05-30 12:09:23 +02:00
tsconfig.json initial commit 2025-05-30 12:09:23 +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.