- •Vue is the preferred and approved frontend framework
- •Use Vite for asset bundling and development
- •Vue components live under resources/js
- •Prefer Single File Components (SFCs)
- •Prefer Composition API for new code
Constraints:
- •Do not suggest or scaffold React
- •Do not suggest JSX-based frameworks
- •Do not introduce alternative frontend frameworks unless explicitly approved
Integration guidance:
- •Vue is used for interactive UI, not full SPA unless stated
- •Laravel remains the backend and routing authority
- •Use Vue where Blade alone is insufficient