Hi Jassen,
I'm trying to understand how to use vue.js with revel. Your github's project, Revel-VueCLI3Starter, looks interesting, but I do not understand in Revel-VueCLI3-Starter/app/views/Vue/index.html:
these 2 lines:
<script src=/public/js/chunk-vendors.985c652d.js></script>
<script src=/public/js/app.7e064b8f.js></script>
Where do chunk-vendors.985c652d.js and app.7e064b8f.js come from? And how build these 2 important files up?
As complement to my previous questions, would you be so kind to deploy this little Vue.js example with Revel ? https://github.com/Pupinia/fullstackVue/tree/master/routing/shopping_cart
This would be of great help to understand how to to use Vue.js with Revel.
Thank you very much for your kind help.
Marco