Deploy Vue Js Web App in to Apache 2 Server

To deploy Vue js App build file in to production site we clone our git repo first in cloud server. then build your Vue js App using yarn build or npm build. Then point the dist folder in apache config file.