Skip to content

Instantly share code, notes, and snippets.

View johnleider's full-sized avatar
🐇
bunny hopping

John Leider johnleider

🐇
bunny hopping
View GitHub Profile
<template>
<v-content>
<v-container>
<router-view />
</v-container>
</v-content>
</template>
<template>
<v-app>
<core-toolbar />
<router-view />
</v-app>
</template>
<script>
import CoreToolbar from '@/components/core/Toolbar'
<template>
<v-toolbar
app
color="white"
prominent
>
<v-toolbar-title>App</v-toolbar-title>
</v-toolbar>
</template>
vue create my-app --preset vuetifyjs/vue-cli-preset-vuetify
<template>
<v-card class="mx-auto" max-width="500">
<v-img src="https://www.copimera.co/i/2019/01/ottoman-storage-ana-ideas-tufted-plans-wood-outdoor-settee-indoor-outside-diy-bedroom-garden-gray-stunning-bench-leather-seat-modern-design-woodworking-white-shoe-sears-930x535.jpg">
</v-img>
<v-card-title>
<div class="display-1 mb-2">Welcome Home...</div>
<div class="title font-weight-regular grey--text">Monday, 12:30 PM, Mostly Sunny</div>
</v-card-title>
<v-layout align-center px-3 grey--text>
[user]
email = [email protected]
name = John Smith
[push]
default = simple
[alias]
co = checkout
ci = commit
czp = cz && git pu
st = status
@johnleider
johnleider / bash
Last active November 19, 2018 18:52
Docs next
# Fork vuetify https://github.com/vuetifyjs/vuetify
git clone your-fork
cd vuetify
git checkout feat/docs-next
yarn
yarn build
lerna run dev --scope vuetifyjs.com --stream
@johnleider
johnleider / window.vue
Created November 13, 2018 23:07
window bug
<template>
<boilerplate>
<v-layout align-center justify-center>
<v-card class="pa-3" width="500">
<v-chip
class="elevation-0"
outline
@click="step = 0"
>
<v-icon
<template>
<v-app>
<v-bar
app="top"
color="blue"
height="16"
>
</v-bar>
<template>
<v-app>
<v-content class="pa-5">
<v-treeview
v-model="tree"
:open="open"
:items="items"
item-key="name"
open-on-click
>