Go to file
2025-01-01 23:06:17 +01:00
assets/styles update 2025-01-01 23:06:17 +01:00
components update 2025-01-01 23:06:17 +01:00
middleware update 2025-01-01 23:06:17 +01:00
pages update 2025-01-01 23:06:17 +01:00
public update 2025-01-01 11:15:54 +01:00
server first commit 2024-12-30 16:51:19 +01:00
stores update 2025-01-01 23:06:17 +01:00
types update 2025-01-01 11:15:54 +01:00
.gitignore first commit 2024-12-30 16:51:19 +01:00
app.vue update 2025-01-01 23:06:17 +01:00
nuxt.config.ts update 2025-01-01 23:06:17 +01:00
package.json update 2025-01-01 11:15:54 +01:00
pnpm-lock.yaml update 2025-01-01 23:06:17 +01:00
README.md first commit 2024-12-30 16:51:19 +01:00
tailwind.config.js first commit 2024-12-30 16:51:19 +01:00
tsconfig.json first commit 2024-12-30 16:51:19 +01:00

Nuxt 3 + PrimeVue Starter

Setup

Make sure to install the dependencies:

Primevue locale Hungary

# pnpm
pnpm install

Development Server

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

# pnpm
pnpm run dev

Production

Build the application for production:

# pnpm
pnpm run build

Locally preview production build:

# pnpm
pnpm run preview

Check out the deployment documentation for more information.

View Primevue out the documentation for more information.