After running the npm run build
command in my vue project, I placed the dist folder in C:\xampp\htdocs\ and launched the apache server to test the app on my local machine. However, when I try to access http://localhost/dist/index.html
in my browser, all I see is a blank white page. Is there any way to successfully run the production build locally?