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.
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
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.
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!
Love the VUE series
Nice!!! Vue series would be great.
Maybe can you show us also how to set Sveltekit up.
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.
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?
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
Hi. Thank you again. I observe that whenever a file is changed, all files are pushed. Is this normal behavior?
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.
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.
how to add CDNJS in appscript with eval?
can i you share your file through github
what is the need to use parcel js here. will webpack work here?
It's easier to setup. You can of course do the same with webpack.