our website
Find a file
2025-09-11 18:51:35 +01:00
assets update companies imgs 2024-02-04 14:24:34 +01:00
components refactor(app): update phone number and fax 2025-09-11 16:13:28 +01:00
content Merge branch 'develop' 2025-09-11 18:51:35 +01:00
layouts add mobile navigation 2024-02-03 17:00:17 +01:00
locales refactor(app): update phone number and fax 2025-09-11 16:13:28 +01:00
pages update impressum 2024-02-04 20:33:56 +01:00
plugins add turnstile 2024-02-04 08:01:14 +01:00
public terms and privacy 2024-02-04 17:28:18 +01:00
server add third party captchat script 2024-02-10 14:26:58 +01:00
.env.example add third party captchat script 2024-02-10 14:26:58 +01:00
.gitignore project init 2024-01-19 03:50:42 +01:00
app.config.ts config tailwind and app 2024-01-21 11:33:51 +01:00
app.vue add captcha 2024-02-10 16:10:44 +01:00
ecosystem.config.cjs update index and add logs in ecosystem 2024-02-04 16:08:11 +01:00
i18n.config.ts config language detection and translation 2024-01-28 07:46:55 +01:00
nuxt.config.ts add captcha 2024-02-10 16:10:44 +01:00
package-lock.json add captcha 2024-02-10 16:10:44 +01:00
package.json add captcha 2024-02-10 16:10:44 +01:00
README.md first commit 2024-01-19 03:49:38 +01:00
tailwind.config.js config tailwind and app 2024-01-21 11:33:51 +01:00
tsconfig.json project init 2024-01-19 03:50:42 +01:00

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the 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 run dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.