UNPKG

fe-core-cli

Version:

All-in-one scaffolding, cli integrated with Vue3 ecological chain, cli of H5 page, mock template cli of Node

15 lines (14 loc) 351 B
/** * 全部相关常量配置 */ export const GLOBAL_CONFIG = { /** 组件名的前缀 */ COMPONENT_PREFIX: '{{componentPrefix}}', /** 组件库名称 */ COMPONENT_LIB_NAME: '{{libraryName}}', /** 组件npm scpoe 域名 */ NPM_SCOPE: '@{{npmScope}}', // 组件列表文件夹 COMPONENTS: 'components', THEME_NAME: 'theme-chalk' }