Run your Vue.js app on Google Cloud

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

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

  • @googlecloudtech
    @googlecloudtech  10 หลายเดือนก่อน +1

    Subscribe to Google Cloud Tech → goo.gle/GoogleCloudTech

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

    Lovely cat 😻 This is a good tutorial for those who is new to Cloud Run and well covering frequently used Google Cloud services 😊

  • @monkeydluffy2063
    @monkeydluffy2063 10 หลายเดือนก่อน +1

    20 dollars for enabling a custom domain, lol nice joke

  • @corneliubogdan
    @corneliubogdan 15 วันที่ผ่านมา +1

    Loved it! Thank you!

    • @TheMomander
      @TheMomander 15 วันที่ผ่านมา

      Happy to hear you found it useful!

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

    Nice tutorial! One question, is well known that Vue changes some files when you make a new build. On firebase you can specify that Cache-Control: no-cache so the user doesn't have to clear his owen cache to get new files. Is there a way to specify this on Cloud Run? Thanks!

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

      Cloud Run lets you set cache headers like normal in your Node/Express apps, for example: "res.setHeader('Cache-Control', 'no-cache')". I usually put that in an Express middleware that goes before the express.static middleware is added to the app.
      However, every new build will generate Javascript bundles with new hashes in their file names, so caching is less of a concern. Consider setting "no-cache" only for index.html, as that file name stays constant between builds.

  • @karimbelloumi1059
    @karimbelloumi1059 10 หลายเดือนก่อน +1

    Thank for your tips and I ask about load balancer fix cost of 20 dollars you pay it in addition to the cost of the domain name provider?

    • @TheMomander
      @TheMomander 10 หลายเดือนก่อน +1

      Yes, that's correct.

  • @banzai316
    @banzai316 10 หลายเดือนก่อน +1

    Very useful, thank you (I use Angular or plain jQuery though but useful)

    • @TheMomander
      @TheMomander 10 หลายเดือนก่อน +1

      Happy to hear you found the video useful! If you run a search on TH-cam for "Run your Angular app on Google Cloud" you will see the video we released last week on that topic.

  • @JohnnyThibodeaux-k3u
    @JohnnyThibodeaux-k3u 10 หลายเดือนก่อน

    How you get my app I build this app some time ago as well as JSON

  • @IsraelMendoza-OOOOOOO
    @IsraelMendoza-OOOOOOO 10 หลายเดือนก่อน

    May the Lord Bless You ❤

  • @deepakkumar-cr2tn
    @deepakkumar-cr2tn 10 หลายเดือนก่อน

    ❤ Jey sree ram 🎉

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

    i get this error ERROR: (gcloud.run.deploy) Build failed; check build logs for details

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

      Are there any errors in the log? (Go to console.cloud.google.com, click the top left hamburger menu, click Logging, click Log Explorer)