Skip to content

Instantly share code, notes, and snippets.

@erisu
Last active October 26, 2018 04:31
Show Gist options
  • Save erisu/e6418b8c32fc7c100272eb170f5d79f5 to your computer and use it in GitHub Desktop.
Save erisu/e6418b8c32fc7c100272eb170f5d79f5 to your computer and use it in GitHub Desktop.
Static Index for PWA Vue.js Project
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<title>Hello PWA!</title>
<meta name="Description" content="First PWA Vue.js App">
</head>
<body>
<div id="app"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment