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.

4 lines (3 loc) 156 B
export declare function hasYarn(): boolean; export declare function getPackageManager(): any; export declare function installDependencies(): Promise<void>;