Skip to content

Instantly share code, notes, and snippets.

@naveenccmsd
naveenccmsd / app.yaml
Created January 26, 2018 17:13 — forked from aprln/app.yaml
app.yaml for Google App Engine hosting Vue apps built with Quasar framework. Put this file in the "dist" folder then run "gcloud app deploy" inside the "dist" folder.
runtime: php55
api_version: 1
threadsafe: true
default_expiration: "5m"
handlers:
- url: /(.*\.(appcache|manifest))
mime_type: text/cache-manifest
static_files: \1