Whenever I execute the npm run build
command using this Vue-cli template, it displays this message:
Hint: The built files are designed to be served over an HTTP server.
Attempting to open index.html via file:// will not function correctly.
Therefore, the question remains - is it feasible to open index.html using file:// and have it work properly?