Skip to main content
Module

x/aleph/examples/vue-app/main.js

The Full-stack Framework in Deno.
Very Popular
Go to Latest
File
import { createApp } from "vue";import app from "./app.vue";
createApp(app).mount("#root", true);