I use Metronic 8, Demo 2, Vue, v.8.1.6. For non-changed project doesnt work command npm run build. Execution occurs without errors, but the build results do not display content.
Hi,
Unfortunately, we were not able to reproduce this issue.
Could you please specify how you are serving dist folder?
Build your project and then you can try to serve a build folder using the command below.
serve -s dist -l 5000