UNPKG

@vant/cli

Version:

Vant CLI is a tool for building vue component library. You can quickly build a full-featured Vue component library with vant-cli.

3 lines (2 loc) 162 B
export declare function parseSfc(filename: string): import("vue/compiler-sfc").SFCDescriptor; export declare function compileSfc(filePath: string): Promise<any>;