I am using Laravel on an IIS Webserver and now I want to add Node JS Applications to the project. I am developing on a different device than the device on which the Server runs. On the development device I have installed node js and for example installed the Vue Package. How can I now deploy the project on IIS or what do I have to install on the Webserver to use the nodejs-applications/Vue Components. It's all in a laravel project and the IIS-Page for this is pointing on the index.php in the public folder.
Thanks in advance, appreciating all constructive help regarding this problem!
EDIT: Maybe I did not define that good enough: I develop on my development PC and then put the data ("deploy") it in the folder (I update the Laravel-folder which lies in the IIS-Route for the Webpage)
I have URL Rewrite installed as it is essential for laravel. The core question/problem is how to make node js work/what do I have to install on my Server/IIS-Webserver to use NPM-Packages like Vue. They work on my development PC as I have installed node js, but I think - as because of node-packages there are also JS-preprocessing-processes on serverside - and thus I may have to install some extensions or set up a rule in the web.php etc.