Skip to content

Instantly share code, notes, and snippets.

@oleg-agapov
oleg-agapov / [1] main.js
Created March 6, 2018 15:44 — forked from hfalucas/[1] main.js
[Vue.js] Authentication and Authorization
/**
* Think of this "main.js" file as your application bootstrap.
*/
import Vue from 'vue'
import Resource from 'vue-resource'
import VueRouter from 'vue-router'
import routes from './routes'
import middleware from './middleware'