Vue JS JavaScript, Parcel JS, Google Apps Script Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 ก.พ. 2025
  • How to create Vue JS project in Google Apps Script environment using JavaScript & Parcel JS.
    #vuejs #appsscript #google

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

  • @yakitas
    @yakitas 2 ปีที่แล้ว

    Nice!!! Vue series would be great.
    Maybe can you show us also how to set Sveltekit up.

  • @gmusic8241
    @gmusic8241 2 ปีที่แล้ว

    Love the VUE series

  • @davidfernandezbajo
    @davidfernandezbajo 2 ปีที่แล้ว

    thank you very much! i have tried to set this up before but couldn't solve all issues. Looking forward for the next videos about vue!

  • @mouriddiep1819
    @mouriddiep1819 ปีที่แล้ว

    Can we use parcel to generate code Google App Script with more complex structure of Vue 3 (such as with piania, router...). I tried your way, when I run start "watch parcel...", it created in dist a lot of files (About......js, About.....js.map, About.....css, index.434aa...css, index.434aa...css.map, index.934....js, index.934....js.map and so on. I don't know how to build them into google app script

  • @jmeaulnes9272
    @jmeaulnes9272 ปีที่แล้ว

    Hi. Thank you again. I observe that whenever a file is changed, all files are pushed. Is this normal behavior?

  • @SaiKumarGoudKatagouni
    @SaiKumarGoudKatagouni ปีที่แล้ว

    what is the need to use parcel js here. will webpack work here?

    • @getitdonetube
      @getitdonetube  ปีที่แล้ว

      It's easier to setup. You can of course do the same with webpack.

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

    can i you share your file through github

  • @jmeaulnes9272
    @jmeaulnes9272 ปีที่แล้ว

    Thank you again. This video is great. Nevertheless I need help because the css of my vue components are not applied and the browser complains and refuses the compiled css file because its Mime type is text/html which is not supported.

  • @jmeaulnes9272
    @jmeaulnes9272 ปีที่แล้ว

    Thank you very much. I was finally able to achieve what I had been struggling with for a few days.By the way, can we run locally in Live server?

  • @AalokKamble
    @AalokKamble 2 ปีที่แล้ว

    how to add CDNJS in appscript with eval?

  • @nachopuma13
    @nachopuma13 2 ปีที่แล้ว

    Hey, great content man!
    Question: I not familiar at all with Vue. Is there a way to connect appscripts backend with the Vue generating process? It seems like here all the inline index.html file recieved is offline and independent from the cloud backend.

    • @getitdonetube
      @getitdonetube  2 ปีที่แล้ว

      The file is uploaded to google server, so you can use google.script.run function the same way you use in plain javascript to call backend functions.