UNPKG

@tomjs/create-app

Version:
5 lines (3 loc) 93 B
import { createApp } from 'vue'; import App from './App.vue'; createApp(App).mount('#app');