# Frontend context Read `ai/shared.md` first. This file covers frontend-specific rules. ## Current state The Vue frontend has not been scaffolded yet. The backend has Inertia Laravel installed and an Inertia route, but there is no `package.json`, Vue source tree, Vite configuration, or frontend test setup. - Do not create the frontend unless the user explicitly asks. - Do not invent a frontend directory, package manager, dependency version, or command before the scaffold establishes it. - When the frontend is created, update this file with its actual paths, package versions, scripts, and testing tools. ## Vue conventions Apply these rules once a Vue 3 frontend exists: - Use the Composition API and `