0👍
✅
Deploy your Vue.js
application with following command:
npm run build
This will create the dist
folder, which you can upload to your server. This process will create a .html
file, which you can call from your main page.
Source:stackexchange.com