Skip to main content
Module

x/aleph/examples/yew-app/main.ts

The Full-stack Framework in Deno.
Very Popular
Go to Latest
File
import init, { main } from "./pkg/yew_app.js";
init().then(main);
import.meta.hot?.decline({ delay: 500 });