Skip to content

Instantly share code, notes, and snippets.

View opichon's full-sized avatar

Olivier Pichon opichon

View GitHub Profile

Keybase proof

I hereby claim:

  • I am opichon on github.
  • I am opichon (https://keybase.io/opichon) on keybase.
  • I have a public key ASB3p12WQw5RphWPGjtkpUQ1zuG8_IqiPu9Zh7g4w6k6qQo

To claim this, I am signing this object:

@opichon
opichon / index.js
Created June 30, 2017 15:00
vue.js/electron demo
import Vue from 'vue'
import Vuex from 'vuex'
import VueAuthenticate from 'vue-authenticate'
Vue.use(Vuex)
const vueAuth = new VueAuthenticate(Vue.http, {
baseUrl: 'http://localhost:3000'
})