Skip to content

Instantly share code, notes, and snippets.

@PawkaHub
PawkaHub / cell.vue
Last active August 14, 2018 17:22
Vue Grid Example
<template>
<div class="cell">
<slot></slot>
</div>
</template>
<style lang="scss">
@import "~assets/mixins.scss"
.cell {

Keybase proof

I hereby claim:

  • I am pawkahub on github.
  • I am pieterparker (https://keybase.io/pieterparker) on keybase.
  • I have a public key ASBawT_H1PRttSWNwbsW7GvdqaLSUTFyl2BtHBGw4JKBngo

To claim this, I am signing this object:

defmodule HelloGraphql.Mixfile do
use Mix.Project
def project do
[app: :hello_graphql,
version: "0.1.0",
elixir: "~> 1.4",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
deps: deps()]