I am using Vue CLI 3 to create a web application with the following presets: babel, PWA, Vue Router, and css proprocessors. I am trying to deploy the application on Google Cloud's App Engine. How do I serve this? The tutorial on Google says I just have to do:
gcloud app deploy
in the root directory, but I don't know how to configure app.yaml to deploy the dist/ folder.