Vue JS JavaScript, Parcel JS, Google Apps Script Tutorial

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

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

  • @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!

  • @gmusic8241
    @gmusic8241 2 года назад

    Love the VUE series

  • @yakitas
    @yakitas 2 года назад

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

  • @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?

  • @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?

  • @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.

  • @AalokKamble
    @AalokKamble 2 года назад

    how to add CDNJS in appscript with eval?

  • @ziaulhaquemansuri810
    @ziaulhaquemansuri810 3 месяца назад

    can i you share your file through github

  • @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.