git clone https://github.com/jmou/yakatak.git git clone git@github.com:jmou/yakatak.git
import { createApp } from "vue"; import App from "./App.vue"; createApp(App).mount("#app");