UNPKG

net-cli

Version:
12 lines (11 loc) 781 B
import type { SubProjectType, VueVersion } from './types'; export declare const VUE3_TEMPLATE_URL = "direct:https://git.a.com/pmd-mobile/support/vue3-h5-template#release"; export declare const VUE3_CROSS_TEMPLATE_URL = "direct:https://git.a.com/pmd-mobile/pmd-h5/vue3-cross-template#release"; export declare const SUB_PROJECT_MAP: { VUE3_H5: string; VUE3_ADMIN: string; VUE3_CROSS: string; }; export declare function getTemplateUrl(vueVersion?: VueVersion): "direct:https://git.a.com/pmd-mobile/support/vue3-h5-template#release" | "direct:https://git.a.com/pmd-mobile/pmd-h5/vue3-cross-template#release"; export declare function getTemplateSubProjectName(vueVersion: VueVersion, type?: SubProjectType): string; export declare const TEMPORARY_DIR = "temporary-project";