Skip to main content
Module

x/vno/dist/mod.ts

a build tool for compiling and bundling Vue single-file components
Go to Latest
File
// primary classesimport Factory from "../core/factory/Factory.ts";export { Factory };// export const Factory = createFactory();
// namespace for class Factory library types, export type { Fctry } from "../core/dts/factory.d.ts";// namespace for class Component library types,export type { Cmpt } from "../core/dts/factory.d.ts";
export { runDevServer } from "../core/cli/dev.ts";