A Beginner's Guide to Add PWA to Your Website Using Vite PWA

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ธ.ค. 2024

ความคิดเห็น • 18

  • @nwekemaxwell6595
    @nwekemaxwell6595 7 หลายเดือนก่อน +8

    window users--> "serve": "set PORT=4433 && serve dist"
    This will solve the error : "PORT' is not recognized as an internal or external command" as the command used in the lesson is for linus/Mac OS
    happy coding!

  • @ijasahammed6688
    @ijasahammed6688 8 หลายเดือนก่อน +2

    I am getting this error:
    'PORT' is not recognized as an internal or external command, operable program or batch file.

    • @dmitrys2200
      @dmitrys2200 7 หลายเดือนก่อน +1

      CHANGE TO: "SET PORT=4433 && serve dist"

  • @stephand.4347
    @stephand.4347 10 หลายเดือนก่อน +2

    Nice and simple - do you plan to make any video about web push? 😃

  • @IlariaCallegari
    @IlariaCallegari 9 หลายเดือนก่อน

    This is so clear! Cleared up all my doubts on how to set up a PWA properly.

  • @kasopejohnson3831
    @kasopejohnson3831 9 หลายเดือนก่อน

    Lol. I was wondering why my app was not installing. thanks for explaining the manifest tab on dev tools!

  • @mohameddanis
    @mohameddanis 8 หลายเดือนก่อน +1

    'serve' is not recognized as an internal or external command,
    got this error

  • @raulromero3930
    @raulromero3930 7 หลายเดือนก่อน +1

    Awesome video, do u have a video to enable push notifications on mobile using pwa?

  • @Grusburk
    @Grusburk 2 หลายเดือนก่อน

    Can you make a mobile app like that?
    Create it in the local server and just put it on your phone?

  • @randomtimessomehow
    @randomtimessomehow 4 หลายเดือนก่อน

    When I load my page in offline mode it doesn't render my Tailwind libary from my node_modules so my website is broken without CSS. How can I add additional assets?

  • @borkomne
    @borkomne 7 หลายเดือนก่อน

    Great instructional video, thanks!

  • @_PhanVuQuy
    @_PhanVuQuy 7 หลายเดือนก่อน

    Error in service worker registration. help me please :(((

  • @anthonyikwuegbu9275
    @anthonyikwuegbu9275 10 หลายเดือนก่อน

    Very helpful

  • @AdrianSyah-j5g
    @AdrianSyah-j5g 8 หลายเดือนก่อน

    Thank uuu so much, save my life 😂😂😂

  • @midhunmohan4692
    @midhunmohan4692 7 หลายเดือนก่อน

    Thank you bro

  • @shakur_t
    @shakur_t 9 หลายเดือนก่อน

    Great