This is an old revision of the document!
Vuetify.js
Basic
<template>
<v-app>
<v-app-bar app/>
<v-navigation-drawer app/>
<v-main>
<v-container fluid>
Contents Area
</v-container>
</v-main>
</v-app>
</template>