Skip to content

@inertiajs-revamped/vue

The Vue adapter for Inertia.js-Revamped

Ensure that all requirements are met
shell
composer create-project laravel/laravel <project-name>
cd <project-name>
Install the Laravel & Vue Adapter in your Laravel project
Laravel
Laravel Adapterv0.0.5
@inertiajs-revamped/laravel
Vue
Vue Adapterv0.0.8
@inertiajs-revamped/vue

Running the following command you'll be prompted to select your project configuration:

shell
npx @preset/cli apply inertiajs-revamped/inertia
shell
pnpm dlx @preset/cli apply inertiajs-revamped/inertia
shell
yarn add @preset/cli apply inertiajs-revamped/inertia
shell
bunx @preset/cli apply inertiajs-revamped/inertia
Start the development server
shell
npm run dev
shell
pnpm run dev
shell
yarn run dev
shell
bun run dev
Enjoy

Manual Installation

Prefer to install Inertia.js-Revamped manually?

Read the step-by-step manual installation guide instead.

What's next?

Your contributions are welcome! Please read our contributing guide for more information.

Community

If you have a question or need additional help, please consider to join our Discord or start a discussion at GitHub.

Please use the GitHub issue tracker to submit bug reports and feature requests.