UNPKG

@mypaas/hcm-cli

Version:

Vant Cli 是一个 Vue 组件库构建工具,通过 Vant Cli 可以快速搭建一套功能完备的 Vue 组件库。

6 lines (5 loc) 174 B
import { Compiler } from 'webpack'; export declare function genSiteEntry(): Promise<unknown>; export declare class VantCliSitePlugin { apply(compiler: Compiler): void; }