[SOLVED] Vue.js is not working on Hosted Test

I checked the repository mentioned by @bteamgaming yesterday, and I am correcting the following two things and confirmed that my project works in Hosted Test.

  1. Delete the line containing 'vue$': 'vue/dist/vue.esm.js' in the /build/webpack.base.conf.js file
  1. Use render instead of template and components in /src/main.js file

Thank you!