app.js 97 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 import Vue from 'vue'; import router from './router'; new Vue({ el: '#app', router });