import { createApp } from 'https://unpkg.com/petite-vue?module'; const app = createApp({ mounted() { } }).mount('#app');