No description
  • Vue 75.4%
  • JavaScript 16%
  • TypeScript 8.5%
  • CSS 0.1%
Find a file
2026-04-20 19:35:13 +02:00
.github/workflows Bump node version to v24 2026-04-14 09:58:21 +02:00
app update mds quintfall 2026-04-20 19:35:13 +02:00
content update mds quintfall 2026-04-20 19:35:13 +02:00
i18n Refactor tag logic 2026-04-14 09:55:55 +02:00
public update lams 2026-04-17 11:34:25 +02:00
sheetmusic/musicxml adjust tempo in krns 2026-04-01 20:26:39 +02:00
.editorconfig Add .editorconfig 2026-02-27 14:56:18 +01:00
.gitignore setup 2026-02-24 13:41:19 +01:00
content.config.ts add video feature 2026-04-17 10:59:12 +02:00
nuxt.config.ts add video feature 2026-04-17 10:59:12 +02:00
package-lock.json add video feature 2026-04-17 10:59:12 +02:00
package.json add video feature 2026-04-17 10:59:12 +02:00
README.md setup 2026-02-24 13:41:19 +01:00
satzmodelle.yaml update mds 2026-03-26 01:21:57 +01:00
tsconfig.json setup 2026-02-24 13:41:19 +01: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.