Getting started using mercuryseries/inertia-bundle Configure your transformations: 1. React stack: symfony console inertia:install react --ssr --bundler=webpack for Webpack or symfony console inertia:install react --ssr --bundler=vite for Vite. 2. Vue stack: symfony console inertia:install vue --ssr --bundler=webpack for Webpack or symfony console inertia:install vue --ssr --bundler=vite for Vite. 3. Adjust the configuration in %CONFIG_DIR%/packages/mercuryseries_inertia.yaml according to your needs. 4. Start the development server: npm run dev-server. 5. Start coding into assets/js/pages/