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.

6 lines (5 loc) 162 B
import color from 'picocolors'; import { ROOT } from '../common/constant.js'; export function slimPath(path) { return color.yellow(path.replace(ROOT, '')); }