Serving vuejs app with WebDev

I’ve develop a vuejs app I’d like to publish through WebDev module. I think I have to expose all my distro files through WebDev static resources: is there a way to deploy all the vuejs project file to the WebDev module, or do I have to copy all my code files manually?

Could you use a mounted folder? As long as the paths are appropriately relative, everything should work…

Hi PGriffith, sorry for being back to you so late. Your solution is working like a charm! Thanks

1 Like