UNPKG

@mypaas/hcm-cli

Version:

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

4 lines (3 loc) 211 B
import * as compileUtils from '@vue/component-compiler-utils'; export declare function parseSfc(filePath: string): compileUtils.SFCDescriptor; export declare function compileSfc(filePath: string): Promise<any>;