Skip to content

Instantly share code, notes, and snippets.

@mfaridzia
Created April 2, 2018 17:16
Show Gist options
  • Save mfaridzia/152bfdbe569a40610b69b7976710861b to your computer and use it in GitHub Desktop.
Save mfaridzia/152bfdbe569a40610b69b7976710861b to your computer and use it in GitHub Desktop.
<template>
<div id="app">
<router-view/>
</div>
</template>
<script>
export default {
name: 'App'
}
</script>
<style>
#app {
font-family: 'Avenir', Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
margin-top: 60px;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment