UNPKG

vue-cli-plugin-mocker

Version:

@vue/cli plugin for mock data

11 lines (10 loc) 377 B
import type { GeneratorAPI } from '@vue/cli'; import type { MockerPluginOption } from '../index'; declare const _default: (api: GeneratorAPI, opts: MockerPluginOption, preset: Record<string, any>) => void; /** * VUE Generator 扩展 * @param api GeneratorAPI 实例 * @param opts 插件配置选项 * @param preset 当前使用预设 */ export default _default;