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!
@yakitas2 жыл бұрын
Nice!!! Vue series would be great. Maybe can you show us also how to set Sveltekit up.
@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 Жыл бұрын
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 Жыл бұрын
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?
@jmeaulnes9272 Жыл бұрын
Hi. Thank you again. I observe that whenever a file is changed, all files are pushed. Is this normal behavior?
@ziaulhaquemansuri8103 ай бұрын
can i you share your file through github
@AalokKamble2 жыл бұрын
how to add CDNJS in appscript with eval?
@SaiKumarGoudKatagouni Жыл бұрын
what is the need to use parcel js here. will webpack work here?
@getitdonetube Жыл бұрын
It's easier to setup. You can of course do the same with webpack.
@nachopuma132 жыл бұрын
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.
@getitdonetube2 жыл бұрын
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.