A Nuxt app that renders information received by the Vana Logistiek application (Quarkus). Used since Castlefest 2025, and continuously iterating on that version.
Look at the Nuxt documentation to learn more.
- Nuxt UI application
- Authentication via existing tokens
- Caching of vendors, districts and other fairly consistent data.
- Server-side rendering where possible
- Intuitive user-interface, with as few components as possible (low learning curve).
Use npm to install the dependencies:
npm installStart the development server on http://localhost:3000:
npm startBuild the application for production:
npm run buildLocally preview production build:
npm run previewCheck out the deployment documentation for more information.