Scaffold a new InertiaCore app
The fastest way to start a new Inertia project on ASP.NET Core is the create-inertiacore scaffolder, which wires up AspNetCore.InertiaCore, Vite, and your frontend framework of choice (Vue, React, or Svelte) in one step:
npm init inertiacore@latest# ornpx create-inertiacore@latestIf you’d prefer to add InertiaCore to an existing ASP.NET Core project, follow the manual steps below.