Go to file
2025-12-29 18:24:59 +01:00
.vscode test 2025-12-23 19:51:09 +01:00
assets update 2025-12-29 18:24:59 +01:00
components test 2025-12-23 19:51:09 +01:00
composables update 2025-12-29 18:24:59 +01:00
icons update 2025-12-29 18:24:59 +01:00
middleware test 2025-12-23 19:51:09 +01:00
pages update 2025-12-26 11:46:24 +01:00
plugins update 2025-12-26 11:46:24 +01:00
public update 2025-12-29 18:24:59 +01:00
resources update 2025-12-29 18:24:59 +01:00
server first commit 2024-12-30 16:51:19 +01:00
stores update 2025-12-26 11:46:24 +01:00
types update 2025-01-01 11:15:54 +01:00
.gitattributes test 2025-12-23 19:51:09 +01:00
.gitignore ios gitignore 2025-12-26 11:49:59 +01:00
.ottotime update 2025-12-26 11:46:24 +01:00
app.vue update 2025-12-26 11:46:24 +01:00
capacitor.config.ts update 2025-12-26 11:46:24 +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 update 2025-12-29 18:24:59 +01:00
pnpm-lock.yaml update 2025-12-29 18:24:59 +01:00
README.md update 2025-12-29 18:24:59 +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.

ikon és splash képernyő

Az assets/ mappát megtarthatod - ha később módosítani akarod az icon-t vagy splash-t, csak cseréld le az assets/icon.png vagy assets/splash.png fájlt, és futtasd újra:

pnpm capacitor-assets generate --iconBackgroundColor '#262626' --splashBackgroundColor '#262626' pnpm cap sync