I have some Julia code that I need to add a Vue based UI to for my job. So I am planning on going with Nuxt for this project. I am pretty unfamiliar with this area though so I was hoping I could get some advice from this community on best way to start and maybe some resource for connecting a different language (specifically Julia ideally) to a Nuxt app.
The app is pretty much an interactive medical image processing tool. Users need to be able to upload large image files along with simple csv files. They need to be able to interact with these images and based on these interactions, the Julia code will process the image accordingly and then output an updated image. We will eventually add some neural nets into the image processing pipeline but the overall app shouldn’t change too much.
Any ideas where to start and maybe even some example code for connecting a Nuxt app’s frontend to a julia server?