import { createApp } from "vue"; import "./styles/index.{{CSS_EXTENSION}}"; import App from "./App.vue"; createApp(App).mount("#app");