Please make pull request for new version or deeply integration
NOTE: run django server and vite
from project root
def index(request):
return render_inertia(
request,
'Index', # VUE COMPONENT
props={'title': 'My inertia-django page', 'id': 123}, #PROPS
template_name='index.html'
)
const link = (<any>window).reverseUrl('catalog')
fast dev