UNPKG

jitar

Version:

Distributed runtime for JavaScript and TypeScript to chop monolithic applications into micros.

7 lines (4 loc) 116 B
import { createApp } from 'vue'; import './style.css'; import App from './App.vue'; createApp(App).mount('#app');