I have vue JS application which works fine when I run locally. Now I want to host it with the domain name on Nginx server using Ubuntu. I gave npm run build and I have dist folder in local machine. How to copy those files from dist folder to root of nginx server. This is the first time I am hosting a website and I cannot understand these points in documentation. How to move the files and folders from dist folder to home/ubuntu/frontend.
Please any advice or tips on how to do this? I am really stuck. Thanks.