Skip to main content
Module

x/vno/example/project_1/deps.ts

a build tool for compiling and bundling Vue single-file components
Go to Latest
File
export { dirname, join } from "https://deno.land/std@0.74.0/path/mod.ts";export * as log from "https://deno.land/std@0.74.0/log/mod.ts";
// oakexport { Application, Router, send,} from "https://deno.land/x/oak@v6.3.1/mod.ts";
// dotenvexport { config } from "https://deno.land/x/dotenv/mod.ts";