[Vuejs]-Need help deploying my first web application

1👍

You would need to provision a Windows EC2 instance to run the DLL, as DLL is a Windows specific concept. As for the Vue, when you say desktop application, I assume you mean either Electron or browser based, in which case if it’s web, you would need to deploy the web application via EC2 or Elastic Beanstalk, and point its backend to the Windows EC2 running the DLL.

Leave a comment