Skip to content

Instantly share code, notes, and snippets.

View alexander-feil's full-sized avatar

Alexander Feil alexander-feil

View GitHub Profile
@alexander-feil
alexander-feil / index.js
Created October 9, 2015 11:19
requirebin sketch
var Vue = require('vue');
require('vue-typeahead');
var ArticleEditor = Vue.extend({
data: function () {
return {
message: 'Hi, There',
autocompleteData: [
{name: 'Alexander'},
@alexander-feil
alexander-feil / .gitignore
Last active August 29, 2015 14:11
.gitignore for ghost production directories
# Ignore everything in this directory,
# except the .gitignore
*
!.gitignore