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) 219 B
import type { InlineConfig } from 'vite'; import type { BundleOption } from '../compiler/compile-bundles.js'; export declare function getViteConfigForPackage({ minify, formats, external, }: BundleOption): InlineConfig;