index.js 83 Bytes Raw Blame History Permalink 1 2 3 4 import App from './index.vue'; import createApp from 'create-app'; createApp(App);