Skip to content

Instantly share code, notes, and snippets.

@jdonsan
Created November 5, 2017 19:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdonsan/63f447d7ed8892b930ae8746e319bdd1 to your computer and use it in GitHub Desktop.
Save jdonsan/63f447d7ed8892b930ae8746e319bdd1 to your computer and use it in GitHub Desktop.
<template>
<div id="app">
<header>
<span>Vue.js PWA</span>
</header>
<main>
<img src="./assets/logo.png" alt="Vue.js PWA">
<router-view></router-view>
</main>
</div>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment