Go to file
2025-12-23 19:51:09 +01:00
.vscode test 2025-12-23 19:51:09 +01:00
assets/styles test 2025-12-23 19:51:09 +01:00
components test 2025-12-23 19:51:09 +01:00
composables update 2025-01-02 20:56:21 +01:00
middleware test 2025-12-23 19:51:09 +01:00
pages test 2025-12-23 19:51:09 +01:00
plugins test 2025-12-23 19:51:09 +01:00
public test 2025-12-23 19:51:09 +01:00
resources test 2025-12-23 19:51:09 +01:00
server first commit 2024-12-30 16:51:19 +01:00
stores update 2025-01-02 20:56:21 +01:00
types update 2025-01-01 11:15:54 +01:00
.gitattributes test 2025-12-23 19:51:09 +01:00
.gitignore test 2025-12-23 19:51:09 +01:00
.ottotime test 2025-12-23 19:51:09 +01:00
app.vue test 2025-12-23 19:51:09 +01:00
capacitor.config.ts test 2025-12-23 19:51:09 +01:00
ecosystem.config.cjs test 2025-12-23 19:51:09 +01:00
nuxt.config.ts test 2025-12-23 19:51:09 +01:00
package.json test 2025-12-23 19:51:09 +01:00
pnpm-lock.yaml test 2025-12-23 19:51:09 +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.