Referential fetching
Hey there!
I'm working on a static app which intend to mimic some behaviours from our online platform. In order to do so, we'll need to fetch our referentials at build time.
What would be the best way to do it? Use some bash script to fetch json, then build on top of them? Use virtual files and nuxt hooks? I've not been able to find any example combining hooks and async calls...
0 Replies