Install dependencies:bash yarn install
Development (Vite):bash yarn dev
Build for production:bash yarn build
Preview production build locally:bash yarn preview
Notes:
- This project was migrated from Vue CLI / webpack to Vite. Source files and imports were adjusted for Vite (explicit .vue imports, alias @ configured).
- Existing vue.config.js and Vue CLI dev dependencies remain for compatibility; you can remove them after verifying the Vite setup.
If you previously used npm run serve with Vue CLI, switch to the Vite commands above.