UNPKG

template-maker

Version:

A CLI to generate project templates with alot of options!!

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