Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/aleph/runtime/vue/mod.ts>bootstrap

The Full-stack Framework in Deno.
Go to Latest
function bootstrap
import { bootstrap } from "https://deno.land/x/aleph@1.0.0-beta.29/runtime/vue/mod.ts";

Parameters

optional
options: { root?: string | HTMLElement; hydrate?: boolean; }