Vue JS JavaScript, Parcel JS, Google Apps Script Tutorial

preview_player
Показать описание
How to create Vue JS project in Google Apps Script environment using JavaScript & Parcel JS.

#vuejs #appsscript #google
Рекомендации по теме
Комментарии
Автор

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

yakitas
Автор

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!

davidfernandezbajo
Автор

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 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

mouriddiep
Автор

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

jmeaulnes
Автор

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.

jmeaulnes
Автор

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?

jmeaulnes
Автор

Im getting Uncaught SyntaxError: Failed to execute 'write' on 'Document': Unexpected token ')' in the console for the app, anyone know why?

moore
Автор

can i you share your file through github

ziaulhaquemansuri
Автор

how to add CDNJS in appscript with eval?

AalokKamble
Автор

i want it to connect the sheet, i see there is not connected, just appscript that created, can it connecting to the sheet?

ronialka
Автор

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

SaiKumarGoudKatagouni
Автор

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.

nachopuma