I am trying to deploy vue app on server ,
i have run npm run build
, after executing this it has created a
- index.html file
- Dist folder contains (build.js & build.map.js)
I am not sure what is the next step after this to get the app on server Can anybody help on this ?