Skip to content

Instantly share code, notes, and snippets.

@praneetloke
Last active June 9, 2018 16:53
Show Gist options
  • Save praneetloke/d4b30f3a238cb7ce3bceb7fbfe399b0c to your computer and use it in GitHub Desktop.
Save praneetloke/d4b30f3a238cb7ce3bceb7fbfe399b0c to your computer and use it in GitHub Desktop.
The default App.vue created by vue-cli for a new webpack-based project
<template>
<div id="app">
<img src="./assets/logo.png">
<router-view/>
</div>
</template>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment