This application is a tool for managing wedding guests, groups, and seating charts.
To start the development server with Hot Module Replacement (HMR), run:
npm run devThe app will be available at http://localhost:5173/wedding-app/ (or the port shown in your terminal). Changes to the code will automatically reflect in the browser without requiring a full rebuild or manual refresh.
To build the application for production:
npm run buildThe output will be in the dist/ directory.
- Framework: Vue 3 (Composition API)
- Store: Pinia (Persisted in LocalStorage)
- UI Components: Naive UI
- Build Tool: Vite
- Language: TypeScript