super-project
Version:
Base framework for Super Project.
14 lines (13 loc) • 536 B
JSON
{
"file_not_found": "文件未找到:${file}",
"missing_option": "请提供 ${option} 选项。\n${indent}> ${example}",
"build": {
"config_type_error": "错误:构建配置文件(${file})需输出 ${type}",
"build_start": "${type} 开始构建 (STAGE ${stage} / ENV ${env})",
"build_complete": "${type} 构建完成 (STAGE ${stage} / ENV ${env})",
"building": "Webpack 打包中……"
},
"dev": {
"missing_stage": "请设置场景。\n${indent}> ${example}"
}
}