index.js 153 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 import Vue from 'vue'; import app from './app'; Vue.use(require('vue-resource')); new Vue({ el: 'body', components: { app: app } });