Skip to content

Instantly share code, notes, and snippets.

@igor-chornij
igor-chornij / [1] main.js
Created August 2, 2019 13:00 — 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'