Skip to content

Instantly share code, notes, and snippets.

@dgleba
Created March 23, 2019 17:50
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 dgleba/8a71688c698172ec5cb57c098d67d891 to your computer and use it in GitHub Desktop.
Save dgleba/8a71688c698172ec5cb57c098d67d891 to your computer and use it in GitHub Desktop.
Vuetify Template
<div id="app">
<v-app>
<v-content>
<v-container grid-list-xl>
<!-- -->
</v-container>
</v-content>
</v-app>
</div>
new Vue({
el: '#app',
data: () => ({
//
})
})
<script src="https://unpkg.com/vue/dist/vue.js"></script>
<script src="https://unpkg.com/vuetify/dist/vuetify.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Material+Icons" rel="stylesheet" />
<link href="https://unpkg.com/vuetify/dist/vuetify.min.css" rel="stylesheet" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment