[Vuejs]-Deploy VueJS project on GCloud AppEngine

5👍

You should build your vuejs project(probably npm run build) and only deploy the built files only(several files).

refer to https://cli.vuejs.org/guide/build-targets.html for details
https://cli.vuejs.org/guide/deployment.html#general-guidelines

Leave a comment