Getting Started with Inertia, Vite & Vue 3 [Setup Guide]

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

Комментарии • 23

  • @kenbuchanan6894
    @kenbuchanan6894 Год назад +6

    Thank you for putting this out there. This video should be the first video people watch when trying to set up a Vue, InertiaJS, Laravel app. It's a life saver!

  • @ahmeddeghady4510
    @ahmeddeghady4510 Год назад

    Oh my god thank you!! My first time using Inertia and my head was about to explode. Followed the documentation and had many errors being thrown at me, other tutorials were always outdates as they used webpack. Thanks again!

  • @ryanarcelgalendez5504
    @ryanarcelgalendez5504 9 месяцев назад

    This deserves a subscribe

  • @bowiemtl
    @bowiemtl Год назад +1

    Thank you sir, would NOT have been able to find this out on my own. The inertia docs are kind of a nightmare by leaving out certain information and setup guides despite the utility it can provide

  • @slimyelow
    @slimyelow Год назад

    OMG. Thanks for this.

  • @rafp8778
    @rafp8778 Год назад

    Thanks David ! Great video as always.

  • @erikjandelange
    @erikjandelange 9 месяцев назад

    Awesome video. Can you extend it (make a video) with SSR with Ziggy routes from @routes.

  • @almirh
    @almirh Год назад

    Hi, which VScode theme have you setup in this video? Thanks for sharring us this vid:)

  • @vishalM-l8r
    @vishalM-l8r 5 месяцев назад

    hey while deploying project on hosting how to set base url for inertia, my project runned smoothly on localhost but when i upladed on server my Link href is not taking proper base url

  • @JuanLopez-y7x6j
    @JuanLopez-y7x6j Год назад

    Excellent. thank you so much, you explained it very well

  • @hanghangchang
    @hanghangchang Год назад

    Thanks David, very useful information.

  • @heraldocastillo8763
    @heraldocastillo8763 Год назад

    Thank you.. but a i have a question about ziggy, is making a full page reload and i guess in not right?

    • @heraldocastillo8763
      @heraldocastillo8763 Год назад

      well if anyone is wonder how avoit page refresh use the LINK like ``` Usuarios
      ```

  • @gazorbpazorbian
    @gazorbpazorbian Год назад

    and what if your are not using valet/mac ? I'm using windows, and I try to spin the laravel dev server with the command php artisan serve and then I run the command npm run dev so it javascript is compiled and everything almost runs great but the links with ziggy aren't generated correctly because they are like localhost/admin while I need them to be localhost:8000/admin
    and since it doesn't have a port, I can't click on the links.
    any ideas on how to fix that?

  • @ragiedev-ve2rq
    @ragiedev-ve2rq Год назад

    thank you so much!

  • @sabeurmohammedamin8246
    @sabeurmohammedamin8246 Год назад

    thank you, very useful video.

  • @gabrielmalek7575
    @gabrielmalek7575 Год назад +1

    did not work for me I don't know what I am doing wrong

  • @noobtrader6960
    @noobtrader6960 Год назад

    how do import assets in vite?

  • @user-qy6ey3zx8e
    @user-qy6ey3zx8e Год назад

    Inertia's docs just seem to be riddled with errors. It's easier to just code a separate API and Vue front end.

  • @bieberbalazs6826
    @bieberbalazs6826 Год назад

    Getting Started with Inertia, Vite & Vue 3 Next time can you write in the title laravel as well please.

  • @elieruhamya5291
    @elieruhamya5291 Год назад

    Thanks, it helps me so