No description
  • Vue 89.9%
  • JavaScript 8.6%
  • TypeScript 1.2%
  • CSS 0.3%
Find a file
2026-03-23 13:52:21 +01:00
.github/workflows Add GitHub Actions workflow for deployment 2026-03-13 15:59:29 +01:00
.vscode First commit 2024-03-08 16:08:25 +01:00
app Fixed template for mails 2026-03-23 13:52:21 +01:00
public Google Verification 2026-02-07 11:59:11 +01:00
server/routes Merge to Dutch only 2026-02-19 15:24:48 +01:00
.gitignore Nuxt rebuild 2026-01-30 17:20:06 +01:00
app.vue Merge to Dutch only 2026-02-19 15:24:48 +01:00
BLOG_ENDPOINTS.md Addition of SEO and blogs 2026-02-02 18:35:05 +01:00
eslint.config.mjs Nuxt rebuild 2026-01-30 17:20:06 +01:00
nuxt.config.ts Merge to Dutch only 2026-02-19 15:24:48 +01:00
package-lock.json Merge branch 'rebuild' 2026-01-30 18:30:00 +01:00
package.json Nuxt rebuild 2026-01-30 17:20:06 +01:00
README.md Nuxt rebuild 2026-01-30 17:20:06 +01:00
tsconfig.json Nuxt rebuild 2026-01-30 17:20:06 +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.